mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
16 lines
313 B
JSON
16 lines
313 B
JSON
{
|
|
"baseurl": "http://localhost:13120",
|
|
"hostname": "127.0.0.1",
|
|
"server": {
|
|
"host": "0.0.0.0",
|
|
"port": 13120
|
|
},
|
|
"log_level": "warn",
|
|
"log_path": "./logs",
|
|
"db": {
|
|
"dialect": "sqlite",
|
|
"storage": "./tests/seeds/testdb.sqlite",
|
|
"logging": false
|
|
},
|
|
"upload_path": "./uploads"
|
|
}
|