src.dualinventive.com/devops/ansible-dtap/rootnet-roles/di-notification-service/defaults/main.yml

40 lines
1.5 KiB
YAML

---
di_notification_service_loglevel_grpc: "info"
di_notification_service_logfile_grpc: "/var/log/di/notification-service-grpc.log"
di_notification_service_loglevel_rest: "info"
di_notification_service_logfile_rest: "/var/log/di/notification-service-rest.log"
di_notification_service_loglevel_zmq: "info"
di_notification_service_logfile_zmq: "/var/log/di/notification-service-zmq.log"
di_notification_service_db_host: "{{ di_backend_db_host }}:3306"
di_notification_service_db_user: "{{ di_backend_db_user }}"
di_notification_service_db_pass: "{{ di_backend_db_pass }}"
di_notification_service_db_name: "{{ di_backend_db_name }}"
di_aws_config_file: "/etc/di/aws_config.ini"
di_aws_profile: "prod"
di_notification_service_sms_aws_sender_id: "MTinfo3000"
di_notification_service_push_aws_application_apns: "arn:aws:sns:eu-central-1:498526085235:app/APNS/APNS"
di_notification_service_push_aws_application_fcm: "arn:aws:sns:eu-central-1:498526085235:app/GCM/FCM"
di_notification_service_push_aws_application_wns: "arn:aws:sns:eu-central-1:498526085235:app/WNS/WNS"
di_notification_service_project_proxy_uri: "tcp://{{ haproxy_ha_ip }}:7001"
di_notification_service_mysql_interface: "tcp://{{ haproxy_ha_ip }}:3232"
di_notification_service_mysql_timeout: 5s
di_aws_access_key: "AKIAIHH5IVDWETDT2EXA"
di_aws_secret_key: "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"
di_notification_service_cp3000_url:
di_notification_service_cp3000_timeout: "1m"
di_notification_service_grpc_port: 8065
di_notification_service_rest_port: 8055
di_notification_service_zmq_uri: "tcp://*:4242"