Skip to content

Commit f7b69f1

Browse files
committed
fix(naga-test): update authServiceBaseUrl to point to the test environment
1 parent 674a5b5 commit f7b69f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/networks/src/networks/vNaga/envs/naga-test/naga-test.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const networkConfig: INetworkConfig<
3434
},
3535
endpoints: NAGA_ENDPOINT,
3636
services: {
37-
authServiceBaseUrl: 'https://naga-auth-service.getlit.dev',
37+
authServiceBaseUrl: 'https://naga-test-auth-service.onrender.com',
3838
loginServiceBaseUrl: 'https://login.litgateway.com',
3939
},
4040
};

0 commit comments

Comments
 (0)