Skip to content

Commit

Permalink
radix
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Aug 28, 2023
1 parent 5ff7393 commit ada1c09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions radixconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ spec:
- name: WEBVIZ-SMDA-RESOURCE-SCOPE
envVar: WEBVIZ_SMDA_RESOURCE_SCOPE
- name: WEBVIZ-SMDA-SUBSCRIPTION_KEY
envVar: WEBVIZ_SMDA_SUBSCRIPTION_KEY
envVar: WEBVIZ_SMDA_SUBSCRIPTION-KEY
- name: VDS-HOST-ADDRESS
envVar: VDS_HOST_ADDRESS
variables:
UVICORN_PORT: 5000
UVICORN_ENTRYPOINT: src.backend.primary.main:app
Expand All @@ -58,7 +60,9 @@ spec:
- name: WEBVIZ-SMDA-RESOURCE-SCOPE
envVar: WEBVIZ_SMDA_RESOURCE_SCOPE
- name: WEBVIZ-SMDA-SUBSCRIPTION_KEY
envVar: WEBVIZ_SMDA_SUBSCRIPTION_KEY
envVar: WEBVIZ_SMDA_SUBSCRIPTION-KEY
- name: VDS-HOST-ADDRESS
envVar: VDS_HOST_ADDRESS
variables:
UVICORN_PORT: 8000
UVICORN_ENTRYPOINT: src.backend.user_session.main:app
Expand Down

0 comments on commit ada1c09

Please sign in to comment.