File size: 378 Bytes
e2ce547 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Keep the Koyeb service type strictly on "free".
MAX_MARKETS=40
DATA_DIR=/data
HEALTH_HOST=0.0.0.0
PORT=8080
ROTATION_SECONDS=300
MAX_FILE_MIB=32
BACKUP_INTERVAL_SECONDS=120
BACKUP_MIN_AGE=30s
REMOVE_AFTER_UPLOAD=true
REQUIRE_REMOTE_BACKUP=true
RCLONE_REMOTE=gdrive:polymarket-data
# Secret only: base64 of an rclone.conf containing the Google Drive token.
RCLONE_CONFIG_B64=
|