mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 15:36:18 +00:00
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"socket.url": "ws://localhost:2096",
|
"socket.url": "ws://localhost:2096",
|
||||||
|
"api.url": "http://localhost:2096",
|
||||||
"asset.url": "https://localhost/nitro/bundled",
|
"asset.url": "https://localhost/nitro/bundled",
|
||||||
"image.library.url": "https://localhost/c_images/",
|
"image.library.url": "https://localhost/c_images/",
|
||||||
"hof.furni.url": "https://localhost/c_images/dcr/hof_furni",
|
"hof.furni.url": "https://localhost/c_images/dcr/hof_furni",
|
||||||
@@ -40,10 +41,10 @@
|
|||||||
"room.landscapes.enabled": true,
|
"room.landscapes.enabled": true,
|
||||||
"room.zoom.enabled": true,
|
"room.zoom.enabled": true,
|
||||||
"login.screen.enabled": false,
|
"login.screen.enabled": false,
|
||||||
"login.endpoint": "${socket.url}/api/auth/login",
|
"login.endpoint": "${api.url}/api/auth/login",
|
||||||
"login.register.endpoint": "${socket.url}/api/auth/register",
|
"login.register.endpoint": "${api.url}/api/auth/register",
|
||||||
"login.forgot.endpoint": "${socket.url}/api/auth/forgot-password",
|
"login.forgot.endpoint": "${api.url}/api/auth/forgot-password",
|
||||||
"login.logout.endpoint": "${socket.url}/api/auth/logout",
|
"login.logout.endpoint": "${api.url}/api/auth/logout",
|
||||||
"login.turnstile.enabled": false,
|
"login.turnstile.enabled": false,
|
||||||
"login.turnstile.sitekey": "",
|
"login.turnstile.sitekey": "",
|
||||||
"avatar.mandatory.libraries": [
|
"avatar.mandatory.libraries": [
|
||||||
|
|||||||
Reference in New Issue
Block a user