mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
22 lines
411 B
JSON
22 lines
411 B
JSON
|
{
|
||
|
"baseurl": "http://localhost:13120",
|
||
|
"hostname": "127.0.0.1",
|
||
|
"server": {
|
||
|
"host": "0.0.0.0",
|
||
|
"port": 13120
|
||
|
},
|
||
|
"log_level": "error",
|
||
|
"log_path": "./logs",
|
||
|
"db": {
|
||
|
"dialect": "sqlite",
|
||
|
"storage": "./testdb.sqlite",
|
||
|
"host": "localhost",
|
||
|
"database": "gancio",
|
||
|
"logging": false,
|
||
|
"dialectOptions": {
|
||
|
"autoJsonMap": false
|
||
|
}
|
||
|
},
|
||
|
"upload_path": "./uploads"
|
||
|
}
|