Skip to content
Snippets Groups Projects
Commit 33fc44b6 authored by harshit aggarwal's avatar harshit aggarwal
Browse files

Adding env vars to application properties

parent 2fd96e50
No related branches found
No related tags found
1 merge request!20Adding helm charts and Istio config
Checking pipeline status
......@@ -96,15 +96,7 @@ spec:
value: "OBSOLETE"
- name: azure_istioauth_enabled
value: "true"
- name: INTEGRATION_TEST_AUDIENCES
value: "dummy"
- name: CRON_JOB_EXPECTED_IP
value: "0:0:0:0:0:0:0:1"
- name: SUBSCRIBER_PRIVATE_KEY_ID
value: "dummy"
- name: ENVIRONMENT
value: LOCAL
- name: RECORDS_CHANGE_PUBSUB_ENDPOINT
value: https://haaggarw-eventgrid-viewer.azurewebsites.net/api/updates
- name: SUBSCRIBER_SECRET
value: "dummy"
value: "395f1b05e95171d7c0dde0b19fd6cf"
......@@ -46,6 +46,9 @@ logging.transaction.enabled=true
logging.slf4jlogger.enabled=true
logging.mdccontext.enabled=true
INTEGRATION_TEST_AUDIENCES=
CRON_JOB_EXPECTED_IP=0:0:0:0:0:0:0:1
SUBSCRIBER_PRIVATE_KEY_ID=
ENVIRONMENT=LOCAL
management.health.defaults.enabled=false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment