Skip to content

Commit e6dd4b7

Browse files
committed
temp
1 parent f83a31b commit e6dd4b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/src/auth/decentraland_auth_server.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ use crate::godot_classes::dcl_tokio_rpc::GodotTokioCall;
66

77
use super::wallet::SimpleAuthChain;
88

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";
1313

1414
const AUTH_SERVER_RETRY_INTERVAL: Duration = Duration::from_secs(1);
1515
const AUTH_SERVER_TIMEOUT: Duration = Duration::from_secs(600);

0 commit comments

Comments
 (0)