Skip to content

Commit

Permalink
feat: change dev to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
TrGiLong committed Feb 20, 2024
1 parent 93243f7 commit bea84a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p_wallet/Common/Services/GlobalAppState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class GlobalAppState: ObservableObject {

@Published var bridgeEndpoint: String = (Environment.current == .release) ?
String.secretConfig("BRIDGE_PROD")! :
String.secretConfig("BRIDGE_DEV")!
String.secretConfig("BRIDGE_PROD")!

@Published var tokenEndpoint: String = (Environment.current == .release) ?
String.secretConfig("TOKEN_SERVICE_PROD")! :
Expand Down

0 comments on commit bea84a3

Please sign in to comment.