ai-adventure-labs/server/config.json
2025-08-17 17:55:23 +03:00

37 lines
736 B
JSON

{
"server": {
"address": "0.0.0.0",
"port": 8841,
"useWebSocketAPI": true,
"useFrontend": true,
"staticInfo": {
"wsPort": 57891,
"httpPort": 49901
},
"auth-mode": 1,
"info": {
"name": "FullGreaM Test Neuro-RP Server",
"tag": "fullgream-server",
"pubaddress": "airp.fullgream.tech",
"pubusetls": true
}
},
"database": {
"dialect": "sqlite",
"storage": "./data.db",
"logging": false
},
"ai": {
"apiType": "kobold"
},
"source": {
"bgmain": "/home/fullgream/Downloads/21380429c504a974479d31c96a9c3c3f.jpg",
"favicon": "/home/fullgream/Documents/website-server/root/website-core/static/favicon.png"
},
"rootuser": {
"login": "admin",
"password": "admin",
"activated": true
}
}