Skip to content

Commit

Permalink
env variabls in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Nov 18, 2021
1 parent 0caddde commit 3c38bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application-adapter.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
server.port=9090
campaign.url = ${CAMPAIGN_URL}

netcore.whatsap.dev.token=${NETCORE_WHATSAPP_DEV_TOKEN}
campaign.url = ${CAMPAIGN_URL}
4 changes: 4 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ fusionauth.key = ${FUSIONAUTH_KEY}
encryptionKeyString=A%C*F-JaNdRgUkXp
campaign.admin.token=EXnYOvDx4KFqcQkdXqI38MHgFvnJcxMS

netcore.whatsap.auth.token=${NETCORE_WHATSAPP_AUTH_TOKEN}
netcore.whatsapp.source=${NETCORE_WHATSAPP_SOURCE}
netcore.whatsapp.uri=${NETCORE_WHATSAPP_URI}

0 comments on commit 3c38bc6

Please sign in to comment.