mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
20 lines
372 B
JSON
20 lines
372 B
JSON
|
{
|
||
|
"baseurl": "http://localhost:13120",
|
||
|
"hostname": "localhost",
|
||
|
"server": {
|
||
|
"host": "0.0.0.0",
|
||
|
"port": 13120
|
||
|
},
|
||
|
"log_level": "warn",
|
||
|
"log_path": "./logs",
|
||
|
"db": {
|
||
|
"dialect": "postgres",
|
||
|
"host": "localhost",
|
||
|
"database": "gancio",
|
||
|
"username": "gancio",
|
||
|
"password": "gancio",
|
||
|
"logging": false
|
||
|
},
|
||
|
"upload_path": "./uploads"
|
||
|
}
|