Spaces:
Sleeping
Sleeping
File size: 241 Bytes
505dd8b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"port": 7860,
"host": "0.0.0.0",
"db": "sqlite",
"db_settings": {
"sqlite": {
"name": "prodigy.db",
"path": "/app"
}
},
"max_sessions": 50,
"show_stats": true,
"hide_meta": true
} |