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.
17 lines
350 B
17 lines
350 B
{ |
|
"title": "Gancio Test", |
|
"baseurl": "http://localhost:13120", |
|
"server": { |
|
"host": "0.0.0.0", |
|
"port": 13120 |
|
}, |
|
"upload_path": "/data/uploads", |
|
"log_level": "debug", |
|
"log_path": "/data/logs", |
|
"db": { |
|
"dialect": "sqlite", |
|
"storage": "/data/db.sqlite", |
|
"logging": false |
|
}, |
|
"admin_email": "ganciotest@localhost" |
|
}
|
|
|