Adaptación del Docker publicado en https://git.sindominio.net/gancio/docker-gancio para su uso en Estibadores
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.
20 lines
398 B
20 lines
398 B
{ |
|
"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" |
|
}
|
|
|