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.
60 lines
2.8 KiB
60 lines
2.8 KiB
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-NOTY-QUERY-{env}
|
|
kafka:
|
|
serviceName: CSI-NET-NOTY-QUERY-{env}
|
|
Logging:
|
|
IncludeScopes: false
|
|
LogLevel:
|
|
Default: Debug
|
|
Microsoft: Information
|
|
System: Information
|
|
swaggerschema:
|
|
api-title: "Notifications Api"
|
|
api-title-desc: "Notifications Api Desc"
|
|
EventStoreConfigOptions:
|
|
EventStoreConnectionString: "mongodb://{empi:database:nodes}/csi-noty-events-store/?readPreference=secondaryPreferred"
|
|
MessageStoreConnectionString: "mongodb://{empi:database:nodes}/csi-noty-events-store/?readPreference=secondaryPreferred"
|
|
RmqConnectionUrl: "amqp://{empi:rabbitmq:server:username}:{empi:rabbitmq:server:password}@{empi:rabbitmq:server:host}:{empi: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"
|
|
NotificationConfigOptions:
|
|
RmqConnectionUrl: "amqp://{noty:rabbitmq:server:username}:{noty:rabbitmq:server:password}@{noty:rabbitmq:server:host}:{noty:rabbitmq:server:port}"
|
|
RmqExchangeName: "notifications.exchange"
|
|
NotificationDeliveryRuleOptions:
|
|
critical:
|
|
- sms
|
|
- email
|
|
- in-app-realtime
|
|
high:
|
|
- sms
|
|
- email
|
|
- in-app-realtime
|
|
low:
|
|
- sms
|
|
- email
|
|
- in-app-realtime
|
|
normal:
|
|
- in-app-realtime
|
|
ServiceUrls:
|
|
UserPermission: http://service-base-security-token/token/logged-in-user
|
|
NotificationDependencyOptions:
|
|
user-details-service: "http://service-base-user/user/logged-in"
|
|
message-template-service: "http://csi-net-noty-msgtempl/api/Notifications"
|
|
user-details-for-role-service: "http://service-base-user/user/get/users/rolecode"
|
|
DefaultDbConnection: "Server={noty:database:host};Database=notifications-store;User Name={noty:database:username};Password={noty:database:password}"
|
|
QueryDbConnection: "mongodb://{empi:database:nodes}/csi-net-noty-query/?readPreference=secondaryPreferred"
|
|
NewNotificationDependencyOptions:
|
|
user-details-service: "http://csi-iam-service/auth/realms/master/csi-user-detail/user-by-id"
|
|
message-template-service: "http://csi-net-noty-msgtempl/api/Notifications"
|
|
user-details-for-role-service: "https://csi-iam-service/auth/realms/apphiss2vi/csi-user-detail/users-by-role"
|
|
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs/?readPreference=secondaryPreferred"
|
|
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-NOTY-QUERY
|