Little changes

main
Uriel Fanelli 2025-09-28 13:29:50 +02:00
parent eb42e41c8a
commit 718df84770
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ dist/
*.test *.test
*.out *.out
*.txt *.txt
money
# IDE # IDE
.vscode/ .vscode/

View File

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
environment: environment:
# ====== Generali / Runtime ====== # ====== Generali / Runtime ======
TZ: "Europe/Berlin" # timezone usata per stampare le scadenze TZ: "Europe/Berlin" # timezone usata per stampare le scadenze. necessaria per non arrivare tardi
THORNODE_URL: "https://thornode.ninerealms.com" # endpoint THORNode per quote (facoltativo, ha default nel codice) THORNODE_URL: "https://thornode.ninerealms.com" # endpoint THORNode per quote (facoltativo, ha default nel codice)
# ====== Dati locali ====== # ====== Dati locali ======