Skip to content

Commit

Permalink
rename CLUSTER to UPSTREAM_CLUSTER in sso-proxy and remove CLUSTER fr…
Browse files Browse the repository at this point in the history
…om sso-auth (#314)
  • Loading branch information
mirobertod authored Jun 28, 2021
1 parent 8ebaa86 commit b008111
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
- SESSION_COOKIE_SECURE=false

# TODO: these config values should probably have defaults
- CLUSTER=dev
- UPSTREAM_CLUSTER=dev
- METRICS_STATSD_HOST=127.0.0.1
- METRICS_STATSD_PORT=8125

Expand Down Expand Up @@ -103,7 +103,6 @@ services:
- SESSION_COOKIE_SECURE=false

# TODO: these config values should probably have defaults
- CLUSTER=dev
- METRICS_STATSD_HOST=127.0.0.1
- METRICS_STATSD_PORT=8125

Expand Down

0 comments on commit b008111

Please sign in to comment.