10 lines
347 B
Bash
10 lines
347 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
|