# Path for the reprepro base directory
REPREPRO_BASE_DIR=/home/your_repo/path

# Listen port
API_PORT=8080

# Enable/Disable logging
LOG=true

# Changes checking interval
LOAD_INTERVAL=600000
