42 lines
1.2 KiB
Django/Jinja
42 lines
1.2 KiB
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
logfile: {{ item.logfile }}
|
|
loglevel: {{ item.loglevel }}
|
|
|
|
# AWS settings
|
|
aws_config_file: {{ di_aws_config_file }}
|
|
aws_profile: {{ di_aws_profile }}
|
|
|
|
# SMS settings
|
|
sms_aws_region: eu-west-1
|
|
sms_aws_sender_id: {{ di_notification_service_sms_aws_sender_id }}
|
|
|
|
# Push settings
|
|
push_aws_region: eu-central-1
|
|
push_aws_applications:
|
|
apns: {{ di_notification_service_push_aws_application_apns }}
|
|
fcm: {{ di_notification_service_push_aws_application_fcm }}
|
|
wns: {{ di_notification_service_push_aws_application_wns }}
|
|
|
|
# Storage
|
|
db_host: {{ di_notification_service_db_host }}
|
|
db_user: {{ di_notification_service_db_user }}
|
|
db_password: {{ di_notification_service_db_pass }}
|
|
db_name: {{ di_notification_service_db_name }}
|
|
|
|
project_proxy_uri: {{ di_notification_service_project_proxy_uri }}
|
|
mysql_uri: {{ di_notification_service_mysql_interface }}
|
|
mysql_timeout: {{ di_notification_service_mysql_timeout }}
|
|
|
|
cp3000_url: {{ di_notification_service_cp3000_url }}
|
|
cp3000_timeout: {{ di_notification_service_cp3000_timeout }}
|
|
|
|
grpc:
|
|
port: {{ di_notification_service_grpc_port }}
|
|
|
|
rest:
|
|
port: {{ di_notification_service_rest_port }}
|
|
|
|
zmq:
|
|
uri: {{di_notification_service_zmq_uri }}
|