Files
Sylve/config.example.json
T
2025-05-24 01:47:48 +04:00

15 lines
240 B
JSON

{
"environment": "development",
"proxyToVite": false,
"wanInterfaces": ["em0"],
"admins": [
{
"username": "admin",
"email": "admin@sylve.local",
"password": "admin"
}
],
"logLevel": 0,
"port": 8181
}