agenda_culturel/env.example
2023-05-10 09:11:23 +02:00

21 lines
548 B
Plaintext

# Application configuration variables
APP_NAME=project_name
APP_HOST=app.backend.dev
APP_PORT=8000
APP_SECRET_KEY='ur secret key'
APP_ENV=dev
DJANGO_SETTINGS_MODULE=project_name.settings.dev
ALLOWED_HOSTS='app.backend.dev'
CSRF_TRUSTED_ORIGINS='http://app.backend.dev'
CORS_ALLOWED_ORIGINS=['http://app.backend.dev','http://localhost:3000']
# Postgres configuration variables
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_PORT=5432
POSTGRES_HOST=db
# Traefik configuration variables
LETSENCRYPT_EMAIL=your_email