File size: 390 Bytes
57901f6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"host": "localhost",
"port": "8000",
"password": "",
"client_id": "",
"client_secret_id": "",
"secret_key": "",
"redirect_url": "http://127.0.0.1:8000/callback",
"logging": {
"file": {
"path": "./logs",
"enable": true
},
"level": {
"dashboard": "INFO"
},
"max_history": 30
}
} |