Skip to content

Commit

Permalink
Stepuptiqr: Remove some obsolete options from the config
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jun 10, 2024
1 parent 134ced4 commit ca3c1f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/stepuptiqr/templates/parameters.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,14 @@ parameters:
logoUrl: '%base_url%/images/header-logo.png'
infoUrl: '{{ tiqr_info_url }}'
library:
{% if tiqr_gcm_apikey is defined %}
gcm:
apikey: '{{ tiqr_gcm_apikey }}'
application: 'nl.surfnet.authenticator'
{% endif %}
{% if tiqr_firebase_credentialsfile is defined %}
firebase:
projectId: '{{ tiqr_firebase_projectid }}'
credentialsFile: '{{ current_release_config_file_dir_name_in_config }}/{{ tiqr_firebase_credentialsfile }}'
cacheTokens: {{ tiqr_firebase_cachetokens }}
tokenCacheDir: '/tmp'
{% else %}
{% if tiqr_firebase_apikey is defined %}
firebase:
apikey: '{{ tiqr_firebase_apikey }}'
{% endif %}
{% endif %}
apns:
certificate: '{{ current_release_config_file_dir_name_in_config }}/apns.pem'
environment: production
Expand Down

0 comments on commit ca3c1f1

Please sign in to comment.