File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ use crate::godot_classes::dcl_tokio_rpc::GodotTokioCall;
6
6
7
7
use super :: wallet:: SimpleAuthChain ;
8
8
9
- const AUTH_FRONT_URL : & str = "https://decentraland.org/auth/requests" ;
10
- const AUTH_SERVER_ENDPOINT_URL : & str = "https://auth-api.decentraland.org/requests" ;
11
- // const AUTH_FRONT_URL: &str = "http://localhost :5173/auth/requests";
12
- // const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.zone/requests";
9
+ // const AUTH_FRONT_URL: &str = "https://decentraland.org/auth/requests";
10
+ // const AUTH_SERVER_ENDPOINT_URL: &str = "https://auth-api.decentraland.org/requests";
11
+ const AUTH_FRONT_URL : & str = "http://172.20.10.3 :5173/auth/requests" ;
12
+ const AUTH_SERVER_ENDPOINT_URL : & str = "https://auth-api.decentraland.zone/requests" ;
13
13
14
14
const AUTH_SERVER_RETRY_INTERVAL : Duration = Duration :: from_secs ( 1 ) ;
15
15
const AUTH_SERVER_TIMEOUT : Duration = Duration :: from_secs ( 600 ) ;
You can’t perform that action at this time.
0 commit comments