Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FIRST_START
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Polaris
FIRST_START
Commits
8064a3a8
Commit
8064a3a8
authored
1 year ago
by
Benjamin Ledel
Browse files
Options
Downloads
Patches
Plain Diff
Update file .env.sample
parent
57270e43
No related branches found
No related tags found
No related merge requests found
Pipeline
#1145968
failed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
analytics-engine/.env.sample
+8
-8
8 additions, 8 deletions
analytics-engine/.env.sample
with
8 additions
and
8 deletions
analytics-engine/.env.sample
+
8
−
8
View file @
8064a3a8
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment