feat: Allow configuring category sync interval via environment variable and log next sync time.

This commit is contained in:
sebseb7
2025-11-23 10:05:58 +01:00
parent 729d056618
commit 3f451dde06
3 changed files with 17 additions and 15 deletions

View File

@@ -9,4 +9,5 @@ JTL_SHOP_ID=0
JTL_SPRACHE_ID=1
JTL_PLATTFORM_ID=1
SERVER_PORT=3991
SERVER_HOST=127.0.0.1
SERVER_HOST=127.0.0.1
SYNC_INTERVAL_MS=600000