Skip to content

Commit

Permalink
Add CACHE_URL now needed by kpi and kobocat beta
Browse files Browse the repository at this point in the history
  • Loading branch information
p2edwards committed Jun 29, 2022
1 parent 0c7106a commit f44a855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export SKIP_CELERY=True
export REDIS_SESSION_URL=redis://:[email protected]:60667/0
export KPI_BROKER_URL=redis://:[email protected]:60667/1
export KOBOCAT_BROKER_URL=redis://:[email protected]:60667/10
export CACHE_URL=redis://:[email protected]:60667/5

export KOBOFORM_INTERNAL_URL="http://$IP:9000"
export KOBOFORM_URL="$KOBOFORM_INTERNAL_URL"
Expand Down

0 comments on commit f44a855

Please sign in to comment.