diff --git a/src/main/resources/application-adapter.properties b/src/main/resources/application-adapter.properties index 89f271e..bddce83 100644 --- a/src/main/resources/application-adapter.properties +++ b/src/main/resources/application-adapter.properties @@ -1,4 +1,2 @@ server.port=9090 -campaign.url = ${CAMPAIGN_URL} - -netcore.whatsap.dev.token=${NETCORE_WHATSAPP_DEV_TOKEN} \ No newline at end of file +campaign.url = ${CAMPAIGN_URL} \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index c0e1d0b..d208ad7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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} +