mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Small fix Login
This commit is contained in:
+10
-10
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"socket.url": "ws://192.168.1.52:2096",
|
||||
"asset.url": "https://client.slogga.it/nitro/bundled",
|
||||
"image.library.url": "https://client.slogga.it/c_images/",
|
||||
"hof.furni.url": "https://client.slogga.it/c_images/dcr/hof_furni",
|
||||
"images.url": "https://client.slogga.it/nitro/images",
|
||||
"gamedata.url": "https://client.slogga.it/nitro/gamedata",
|
||||
"socket.url": "ws://localhost:2096",
|
||||
"asset.url": "https://localhost/nitro/bundled",
|
||||
"image.library.url": "https://localhost/c_images/",
|
||||
"hof.furni.url": "https://localhost/c_images/dcr/hof_furni",
|
||||
"images.url": "https://localhost/nitro/images",
|
||||
"gamedata.url": "https://localhost/nitro/gamedata",
|
||||
"sounds.url": "${asset.url}/sounds/%sample%.mp3",
|
||||
"external.texts.url": [
|
||||
"${gamedata.url}/ExternalTexts.json",
|
||||
@@ -40,10 +40,10 @@
|
||||
"room.landscapes.enabled": true,
|
||||
"room.zoom.enabled": true,
|
||||
"login.screen.enabled": false,
|
||||
"login.endpoint": "https://websocket.yourdomain.com/api/auth/login",
|
||||
"login.register.endpoint": "https://websocket.yourdomain.com/api/auth/register",
|
||||
"login.forgot.endpoint": "https://websocket.yourdomain.com/api/auth/forgot-password",
|
||||
"login.logout.endpoint": "https://websocket.yourdomain.com/api/auth/logout",
|
||||
"login.endpoint": "${socket.url}/api/auth/login",
|
||||
"login.register.endpoint": "${socket.url}/api/auth/register",
|
||||
"login.forgot.endpoint": "${socket.url}/api/auth/forgot-password",
|
||||
"login.logout.endpoint": "${socket.url}/api/auth/logout",
|
||||
"login.turnstile.enabled": false,
|
||||
"login.turnstile.sitekey": "",
|
||||
"avatar.mandatory.libraries": [
|
||||
|
||||
Reference in New Issue
Block a user