diff --git a/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 b/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 index ebdb8dd82f..095a6d466a 100644 --- a/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 +++ b/src/commcare_cloud/ansible/roles/commcarehq/templates/localsettings.py.j2 @@ -1174,4 +1174,8 @@ FCM_CREDS = json.loads({{ FCM_CREDS }}) {% if localsettings.CONNECTID_URL is defined %} CONNECTID_USERINFO_URL = "{{ localsettings.CONNECTID_URL }}" -{% endif %} \ No newline at end of file +{% endif %} + +{% if localsettings.MAX_MOBILE_UCR_LIMIT is defined %} +MAX_MOBILE_UCR_LIMIT = {{ localsettings.MAX_MOBILE_UCR_LIMIT }} +{% endif %}