Skip to content

Commit

Permalink
updated auth server in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Dec 11, 2023
1 parent b047833 commit 8e5a618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/test.env
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ TRACE_FILE_UPLOADER_PASSWORD=hello_trace
API_GIV_PASSWORD=123
API_GIV_USERNAME=testApiGive

AUTH_MICROSERVICE_AUTHENTICATION_URL=https://mainnet.serve.giveth.io/siweauthmicroservice/v1/authentication
AUTH_MICROSERVICE_AUTHORIZATION_URL=https://mainnet.serve.giveth.io/siweauthmicroservice/v1/authorization
AUTH_MICROSERVICE_NONCE_URL=https://mainnet.serve.giveth.io/siweauthmicroservice/v1/nonce
AUTH_MICROSERVICE_AUTHENTICATION_URL=https://auth.serve.giveth.io/v1/authentication
AUTH_MICROSERVICE_AUTHORIZATION_URL=https://auth.serve.giveth.io/v1/authorization
AUTH_MICROSERVICE_NONCE_URL=https://auth.serve.giveth.io/v1/nonce
PRIVATE_ETHERS_TEST_KEY=8ab0e165c2ea461b01cdd49aec882d179dccdbdb5c85c3f9c94c448aa65c5ace
PUBLIC_ETHERS_TEST_KEY=0x53bFf74b9Af2E3853f758A8D2Bd61CD115d27782

Expand Down

0 comments on commit 8e5a618

Please sign in to comment.