gogmagog/config/config-sample.yaml
Deepak 3ea8603368
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
Adds user table and adds support for config flag to drop DB on restart
2021-01-11 20:15:36 -06:00

13 lines
249 B
YAML

app:
environment: "devel"
port: 5151
timezone: Africa/Abidjan
db:
type: "aoeu"
host: "aeihn"
port: 1234
user: USER
password: PASSWORD
database: g2
droponstart: true # don't use this in production!