| # 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= | |