Little changes
parent
eb42e41c8a
commit
718df84770
|
@ -6,6 +6,7 @@ dist/
|
||||||
*.test
|
*.test
|
||||||
*.out
|
*.out
|
||||||
*.txt
|
*.txt
|
||||||
|
money
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
|
@ -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 ======
|
||||||
|
|
Loading…
Reference in New Issue