Skip to content

Commit

Permalink
feat: Method for switching API endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanRns committed May 2, 2024
1 parent 4e8c16b commit 5735014
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions wallet/operations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# There is already a way to update the endpoint in the system.

# there is an environment file called .prod_env

# there are different variable defined in that file one of them is called env -> please change it to "test"/"any text you want" but not "prod" if this it will read value from remote config

# when you change this variable it will start reading value defined in the environment file

# now we are concerned to change the API endpoints

# its dependent on the two variables

# LCD_URL
# LCD_PORT

# please update this with your desired values


# now all request are send to your desired variable defined

0 comments on commit 5735014

Please sign in to comment.