Skip to content

Commit

Permalink
RDM-4064 - added app-insights key to .env as it's used by docker plus…
Browse files Browse the repository at this point in the history
… swagger docs publisher.
  • Loading branch information
Sateesh Mathangi committed Jun 5, 2019
1 parent 7fc96fc commit 9d8cc63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
DATA_STORE_DB_USERNAME=ccd
DATA_STORE_DB_PASSWORD=ccd
SERVER_PORT=4452
AZURE_APPLICATIONINSIGHTS_INSTRUMENTATIONKEY=docker-dummy-key
2 changes: 0 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,3 @@ management.health.elasticsearch.enabled=false
management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP, OUT_OF_SYNC, PROBLEM, COULD_NOT_CONNECT

spring.banner.location=classpath:ccd-data-store-banner.txt

azure.application-insights.instrumentation-key=${APPINSIGHTS_INSTRUMENTATIONKEY:dummy}

0 comments on commit 9d8cc63

Please sign in to comment.