15 lines
539 B
Bash
15 lines
539 B
Bash
DATABASE_URL=postgresql+psycopg://rf4:rf4_local@localhost:5432/rf4_spotter
|
|
PUBLIC_API_URL=http://localhost:8000
|
|
API_INTERNAL_URL=http://api:8000
|
|
ADMIN_TOKEN=change-me-in-production
|
|
S3_ENDPOINT_URL=http://localhost:9000
|
|
S3_PUBLIC_ENDPOINT_URL=http://localhost:9000
|
|
S3_ACCESS_KEY=rf4-local
|
|
S3_SECRET_KEY=rf4-local-secret
|
|
S3_BUCKET=catch-screenshots
|
|
OFFICIAL_RECORDS_URL=https://rf4game.de/records/region/RU/
|
|
OFFICIAL_RECORDS_REGION=RU
|
|
OFFICIAL_RECORDS_CATEGORY=records
|
|
IMPORT_INTERVAL_SECONDS=3600
|
|
RATE_LIMIT_SECRET=change-rate-limit-secret
|