Skip to content
Snippets Groups Projects
Commit 8064a3a8 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Update file .env.sample

parent 57270e43
No related branches found
No related tags found
No related merge requests found
Pipeline #1145968 failed
DYNACONF_SQLALCHEMY_DATABASE_URI=postgresql://postgres:CHANGE_ME@database/analytics-engine DYNACONF_SQLALCHEMY_DATABASE_URI=postgresql://postgres:CHANGE_ME@database/analytics-engine # the password should match with POSTGRES_PASSWORD
DYNACONF_CELERY_BROKER_URL=redis://:CHANGE_ME@redis_db:6379/0 DYNACONF_CELERY_BROKER_URL=redis://:CHANGE_ME@redis_db:6379/0 # the password should match with the REDIS_PASSWORD
DYNACONF_CELERY_RESULT_BACKEND=redis://:CHANGE_ME@redis_db:6379/1 DYNACONF_CELERY_RESULT_BACKEND=redis://:CHANGE_ME@redis_db:6379/1 # the password should match with the REDIS_PASSWORD
DYNACONF_ANALYTICS_BACKEND_URL=http://scheduler:5000 DYNACONF_ANALYTICS_BACKEND_URL=http://scheduler:5000 # no changes needed
DYNACONF_RIGHTS_ENGINE_BACKEND_URL=http://localhost:80/ DYNACONF_RIGHTS_ENGINE_BACKEND_URL=http://localhost:80/ # url of the rights engine
WEBSITE=analytics WEBSITE=analytics # traefik configuration
URL=$DEPLOYMENT_URL URL=$DEPLOYMENT_URL # traefik configuration
REDIS_PASSWORD=CHANGE_ME REDIS_PASSWORD=CHANGE_ME
POSTGRES_USER=postgres POSTGRES_USER=postgres
POSTGRES_DATABASE=analytics-engine POSTGRES_DATABASE=analytics-engine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment