Skip to content

Commit

Permalink
Add config options for new tiqr firebase api
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Mar 22, 2024
1 parent abe82e2 commit b231641
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/stepuptiqr/templates/parameters.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ parameters:
{% if tiqr_firebase_apikey is defined %}
firebase:
apikey: '{{ tiqr_firebase_apikey }}'
{% endif %}
{% if tiqr_firebase_credentialsFile is defined %}
firebase:
projectId: '{{ tiqr_firebase_projectid }}'
credentialsFile: '{{ tiqr_firebase_credentialsfile }}'
cacheTokens: '{{ tiqr_firebase_apikey }}'
{% endif %}
apns:
certificate: '{{ current_release_config_file_dir_name }}/apns.pem'
Expand Down

0 comments on commit b231641

Please sign in to comment.