ai-adventure-labs/server/config.json

27 lines
530 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",
"path": "./data"
},
"ai": {
"apiType": "kobold"
}
}