agenda_culturel/env.example

16 lines
345 B
Plaintext
Raw Normal View History

2023-05-10 09:02:59 +02:00
# Application configuration variables
APP_NAME=project_name
APP_PORT=8000
APP_ENV=dev
# Postgres configuration variables
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_PORT=5432
POSTGRES_HOST=db
# Celery configuration variables
CELERY_BROKER_URL=redis://redis:6379/0
CELERY_RESULT_BACKEND=redis://redis:6379/0