2020-02-25 13:50:48 +01:00
|
|
|
url: "http://oef_regression_test"
|
|
|
|
port: "3000"
|
2020-02-07 09:56:08 +01:00
|
|
|
log_level: 2
|
|
|
|
language: "it"
|
|
|
|
|
|
|
|
keys:
|
|
|
|
cookie_store_key: "something-very-secret"
|
|
|
|
jwt_signing_key: "secret"
|
|
|
|
|
|
|
|
orm:
|
|
|
|
connection: "oef:oef@tcp(db:3306)/oef_test"
|
|
|
|
options: "charset=utf8&parseTime=True&loc=Local"
|
|
|
|
automigrate: true
|
|
|
|
regenerate: false
|
|
|
|
|
|
|
|
admin:
|
|
|
|
username: "admin"
|
|
|
|
password: "admin"
|
|
|
|
|
|
|
|
subscriber:
|
|
|
|
password: "subscribe"
|
|
|
|
|
|
|
|
smtp:
|
2020-02-08 12:27:13 +01:00
|
|
|
host: "smtp"
|
|
|
|
port: 25
|
2020-02-07 09:56:08 +01:00
|
|
|
username: ""
|
|
|
|
password: ""
|
2022-02-01 18:32:03 +01:00
|
|
|
from: "no-reply@oief.it"
|
2020-02-07 09:56:08 +01:00
|
|
|
bcc: "bcc@fake.org"
|
|
|
|
subject: "[OEF2020] - Credenziali di accesso della scuola"
|