This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user