init
This commit is contained in:
15
env.example
Normal file
15
env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
Reference in New Issue
Block a user