You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.9 KiB
47 lines
1.9 KiB
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-NOTY-SMS-{env}
|
|
kafka:
|
|
serviceName: CSI-NET-NOTY-SMS-{env}
|
|
Logging:
|
|
IncludeScopes: false
|
|
LogLevel:
|
|
Default: Debug
|
|
Microsoft: Information
|
|
System: Information
|
|
swaggerschema:
|
|
api-title: "SMS Api"
|
|
api-title-desc: "SMS Api Desc"
|
|
EventStoreConfigOptions:
|
|
EventStoreConnectionString: "mongodb://{empi:database:nodes}/csi-noty-events-store"
|
|
MessageStoreConnectionString: "mongodb://{empi:database:nodes}/csi-noty-sms"
|
|
RmqConnectionUrl: "amqp://{noty:rabbitmq:server:username}:{noty:rabbitmq:server:password}@{noty:rabbitmq:server:host}:{noty:rabbitmq:server:port}"
|
|
RmqExchangeName: "notifications.exchange"
|
|
BrighterConfigOptions:
|
|
EventStoreConnectionString: "Server={noty:database:host};Database=notifications-event-store;User Name={noty:database:username};Password={noty:database:password}"
|
|
MessageStoreConnectionString: "Server={noty:database:host};Database=notifications-event-store;User Name={noty:database:username};Password={noty:database:password}"
|
|
RmqConnectionUrl: "amqp://{noty:rabbitmq:server:username}:{noty:rabbitmq:server:password}@{noty:rabbitmq:server:host}:{noty:rabbitmq:server:port}"
|
|
RmqExchangeName: "notifications.exchange"
|
|
ServiceUrls:
|
|
UserPermission: http://service-base-security-token/token/logged-in-user
|
|
SmsGateWayProvider: yamamah
|
|
TwilioOptions:
|
|
AccountId: AC29aae4c5e4a95eee5cec5c875ef09fb7
|
|
AuthToken: bd45e51e42ba85c6e69d60803db916cc
|
|
PhoneNumber: "+18443081192"
|
|
SmsGateWayOptions:
|
|
AppSid: K1pmBl_9JboGOtcXcVgdxJ1exOoAZ
|
|
StatusEndPoint: http://basic.unifonic.com/rest/SMS/Messages/GetMessagesDetails
|
|
Sender: DR.ALHABIB
|
|
EndPoint: http://basic.unifonic.com/wrapper/sendSMS.php
|
|
YamamahaOptions:
|
|
UserName: "username"
|
|
Password: "password"
|
|
TagName: "Vida Plus"
|
|
SendUrl: "https://api1.yamamah.com/SendSMS"
|
|
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs"
|
|
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-NOTY-SMS
|