18 lines
328 B
YAML
18 lines
328 B
YAML
|
url: "http://localhost:3000"
|
||
|
log_level: 2
|
||
|
language: "it"
|
||
|
|
||
|
keys:
|
||
|
cookie_store_key: "something-very-secret"
|
||
|
jwt_signing_key: "secret"
|
||
|
|
||
|
orm:
|
||
|
connection: "oef:oef@tcp(db:3306)/oef_dev"
|
||
|
options: "charset=utf8&parseTime=True&loc=Local"
|
||
|
automigrate: true
|
||
|
regenerate: false
|
||
|
|
||
|
admin:
|
||
|
username: "admin"
|
||
|
password: "admin"
|