33 lines
568 B
YAML
33 lines
568 B
YAML
url: "http://localhost:3000"
|
|
port: "3000"
|
|
log_level: 2
|
|
language: "it"
|
|
jwt_expire_time: 60
|
|
|
|
keys:
|
|
cookie_store_key: "something-very-secret"
|
|
jwt_signing_key: "secret"
|
|
|
|
handlers:
|
|
allow_session_url_query: true
|
|
|
|
orm:
|
|
connection: "oef:oef@tcp(localhost:3307)/oef_test"
|
|
options: "charset=utf8&parseTime=True&loc=Local"
|
|
automigrate: true
|
|
regenerate: false
|
|
|
|
admin:
|
|
username: "admin"
|
|
password: "admin"
|
|
|
|
subscriber:
|
|
password: "subscribe"
|
|
|
|
smtp:
|
|
host: "localhost"
|
|
port: 1025
|
|
username: ""
|
|
password: ""
|
|
from: "no-reply@oief.it"
|
|
bcc: "bcc@fake.org"
|