diff --git a/environments/production/public.yml b/environments/production/public.yml index 07d2caf0a4..414f7551aa 100644 --- a/environments/production/public.yml +++ b/environments/production/public.yml @@ -257,6 +257,8 @@ localsettings: CONNECTID_URL: 'https://connectid.dimagi.com/o/userinfo' CONNECTID_CHANNEL_URL: 'https://connectid.dimagi.com/messaging/create_channel/' CONNECTID_MESSAGE_URL: 'https://connectid.dimagi.com/messaging/send_fcm/' + CONNECTID_USERINVITE_URL: 'https://connectid.dimagi.com/users/forward_hq_invite' + ASYNC_INDICATORS_TO_QUEUE: 20000 # comment these two lines out to make a new rackspace machine diff --git a/environments/staging/public.yml b/environments/staging/public.yml index 67a90c21cf..deb01d1401 100644 --- a/environments/staging/public.yml +++ b/environments/staging/public.yml @@ -212,7 +212,7 @@ localsettings: CONNECTID_URL: 'https://connectid.dimagi.com/o/userinfo' CONNECTID_CHANNEL_URL: 'https://connectid.dimagi.com/messaging/create_channel/' CONNECTID_MESSAGE_URL: 'https://connectid.dimagi.com/messaging/send_fcm/' - + CONNECTID_USERINVITE_URL: 'https://connectid.dimagi.com/users/forward_hq_invite' # comment these two lines out to make a new rackspace machine commcare_cloud_root_user: ubuntu