37 lines
828 B
YAML
37 lines
828 B
YAML
url: "https://piattaforma.oief.it"
|
|
port: "80"
|
|
domain: "olimpiadi-economiaefinanza.it"
|
|
log_level: 2
|
|
language: "it"
|
|
jwt_expire_time: 120
|
|
|
|
handlers:
|
|
allow_session_url_query: true
|
|
|
|
keys:
|
|
cookie_store_key: "2a=UvD!"
|
|
jwt_signing_key: "ytOC>3,"
|
|
|
|
orm:
|
|
connection: "admin:remaccio1607@tcp(oef-micro.cjsemjfwbreb.eu-central-1.rds.amazonaws.com:3306)/oef_test"
|
|
options: "charset=utf8&parseTime=True&loc=Local"
|
|
automigrate: true
|
|
reset: false
|
|
regenerate: false
|
|
|
|
admin:
|
|
username: "admin"
|
|
password: "aolieVooju"
|
|
|
|
subscriber:
|
|
password: "subscribe"
|
|
|
|
smtp:
|
|
host: "smtps.aruba.it"
|
|
port: 465
|
|
username: "supporto.informatico@olimpiadi-economiaefinanza.it"
|
|
password: "^7Ra~}zN"
|
|
subject: "[OEF2020] - Credenziali di accesso della scuola"
|
|
from: "noreply@olimpiadi-economiaefinanza.it"
|
|
bcc: "posta@andreafazzi.eu"
|
|
|