Update copyright year
This commit is contained in:
parent
325c7588e1
commit
d8fdd24a9a
3 changed files with 36 additions and 1 deletions
2
scripts/resend_mail/.gitignore
vendored
2
scripts/resend_mail/.gitignore
vendored
|
@ -2,3 +2,5 @@
|
|||
*.xlsx
|
||||
*.log
|
||||
resend_mail
|
||||
config.yaml
|
||||
|
||||
|
|
33
scripts/resend_mail/config.example.yaml
Normal file
33
scripts/resend_mail/config.example.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
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"
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<footer class="footer text-center">
|
||||
<div class="container">
|
||||
<span class="text-center text-muted">© 2022 <a href="https://www.oief.it">Campionati Italiani di Economia e Finanza</a> ({{version}})
|
||||
<span class="text-center text-muted">© 2023 <a href="https://www.oief.it">Campionati Italiani di Economia e Finanza</a> ({{version}})
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue