liquidation rules hahaha
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m25s

This commit is contained in:
2026-03-19 01:58:45 -04:00
parent da568646e2
commit 6bfbfcc8a0
8 changed files with 94 additions and 26 deletions
+2
View File
@@ -24,6 +24,8 @@ MAX_PAGES_PER_HASHTAG=5
# Price history retention: days to keep for active hashtags, hours for inactive ones
PRICE_HISTORY_ACTIVE_DAYS=7
PRICE_HISTORY_INACTIVE_HOURS=24
# Consecutive zero-post updates before all positions are force-closed and the hashtag retired
ZOMBIE_ZERO_COUNT=1000
# Initial admin user — only used by `npm run db:seed`, not the running app.
# Pass these at seed time: docker exec -e ADMIN_USERNAME=x -e ADMIN_PASSWORD=y <container> npm run db:seed