Skip to content

Commit

Permalink
Merge pull request #6079 from dimagi/ay/abdm-m2-m3-settings
Browse files Browse the repository at this point in the history
Adds localsettings for ABDM integration
  • Loading branch information
ajeety4 authored Aug 7, 2023
2 parents fd33904 + 5ce40dc commit e39c272
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,18 @@ USE_PHONE_ENTRIES = {{ localsettings.USE_PHONE_ENTRIES }}
CHECK_REPEATERS_PARTITION_COUNT = {{ localsettings.CHECK_REPEATERS_PARTITION_COUNT }}
{% endif %}

{% if localsettings.ABDM_ABHA_URL is defined %}
ABDM_ABHA_URL = {{ localsettings.ABDM_ABHA_URL }}
{% endif %}

{% if localsettings.ABDM_GATEWAY_URL is defined %}
ABDM_GATEWAY_URL = {{ localsettings.ABDM_GATEWAY_URL }}
{% endif %}

{% if localsettings.ABDM_X_CM_ID is defined %}
ABDM_X_CM_ID = {{ localsettings.ABDM_X_CM_ID }}
{% endif %}

{% if ABDM_CLIENT_ID %}
ABDM_CLIENT_ID = {{ ABDM_CLIENT_ID }}
{% endif %}
Expand Down

0 comments on commit e39c272

Please sign in to comment.