33 lines
675 B
YAML
33 lines
675 B
YAML
url: "https://piattaforma.oief.it"
|
|
port: "3000"
|
|
domain: "oief.it"
|
|
log_level: 2
|
|
language: "it"
|
|
jwt_expire_time: 90
|
|
|
|
keys:
|
|
cookie_store_key: "store_key"
|
|
jwt_signing_key: "jwt_key"
|
|
|
|
orm:
|
|
connection: "oef:oef@tcp(db:3306)/oef_prod"
|
|
options: "charset=utf8&parseTime=True&loc=Local"
|
|
automigrate: true
|
|
reset: false
|
|
regenerate: false
|
|
|
|
admin:
|
|
username: "admin"
|
|
password: "aolieVooju"
|
|
|
|
subscriber:
|
|
password: "subscribe_pw"
|
|
|
|
smtp:
|
|
host: "smtps.aruba.it"
|
|
port: 465
|
|
username: "supporto.informatico@oief.it"
|
|
password: "password"
|
|
subject: "[CEF2023] - Credenziali di accesso della scuola"
|
|
from: "supporto.informatico@oief.it"
|
|
bcc: "posta@andreafazzi.eu"
|