You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
398 B
21 lines
398 B
![]()
12 months ago
|
{
|
||
|
"title": "Gancio",
|
||
|
"baseurl": "http://localhost:13120",
|
||
|
"secret": "uw07xdmw2dh0ucnuy6bkwz",
|
||
|
"admin_email": "gancio@localhost",
|
||
|
"smtp": {
|
||
|
"host": "localhost",
|
||
|
"port": 25
|
||
|
},
|
||
|
"server": {
|
||
|
"host": "localhost",
|
||
|
"port": 13120
|
||
|
},
|
||
|
"db": {
|
||
|
"dialect": "sqlite",
|
||
|
"storage": "/opt/gancio/db.sqlite",
|
||
|
"logging": false
|
||
|
},
|
||
|
"upload_path": "/opt/gancio/uploads"
|
||
|
}
|