All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
13 lines
249 B
YAML
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!
|