Commit 46e3a6d0 authored by ChakshuGautam's avatar ChakshuGautam
Browse files

Fix: Add Netcore related env variables

Showing with 11 additions and 1 deletion
+11 -1
......@@ -30,3 +30,8 @@ FUSIONAUTH_KEY={{fusionauth_service_admin_key}}
#Ports
OUTBOUND_INTERNAL_PORT=9090
#Netcore
NETCORE_WHATSAPP_AUTH_TOKEN={{uci_netcore_whatsapp_token}}
NETCORE_WHATSAPP_SOURCE={{uci_netcore_whatsapp_source}}
NETCORE_WHATSAPP_URI={{uci_netcore_whatsapp_uri | default('https://waapi.pepipost.com/api/v2/')}}
......@@ -44,4 +44,9 @@ FUSIONAUTH_KEY={{fusionauth_service_admin_key}}
CAMPAIGN_ADMIN_TOKEN={{uci_api_admin_token}}
ASSESSMENT_GO_TO_START_CHAR={{uci_go_to_start_char | default("*") }}
ASSESSMENT_ONE_LEVEL_UP_CHAR={{uci_one_level_up_char | default("#") }}
\ No newline at end of file
ASSESSMENT_ONE_LEVEL_UP_CHAR={{uci_one_level_up_char | default("#") }}
#Netcore
NETCORE_WHATSAPP_AUTH_TOKEN={{uci_netcore_whatsapp_token}}
NETCORE_WHATSAPP_SOURCE={{uci_netcore_whatsapp_source}}
NETCORE_WHATSAPP_URI={{uci_netcore_whatsapp_uri | default('https://waapi.pepipost.com/api/v2/')}}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment