Skip to content

Commit

Permalink
Merge pull request #237 from uw-it-aca/str-env-var
Browse files Browse the repository at this point in the history
Str env var
  • Loading branch information
abztrakt authored Apr 2, 2024
2 parents f0986a9 + 2465582 commit efaba23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/prod-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ daemon:
args: ["--delay", "300", "sync_techloan"]
environmentVariables:
- name: SPOTSEEKER_OAUTH_ENABLED
value: true
value: "true"
- name: CLUSTER_CNAME
value: api.scout.uw.edu
- name: ENV
Expand Down
2 changes: 1 addition & 1 deletion docker/test-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ daemon:
args: ["--delay", "300", "sync_techloan"]
environmentVariables:
- name: SPOTSEEKER_OAUTH_ENABLED
value: true
value: "true"
- name: CLUSTER_CNAME
value: test.api.scout.uw.edu
- name: ENV
Expand Down

0 comments on commit efaba23

Please sign in to comment.