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.
32 lines
1.5 KiB
32 lines
1.5 KiB
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-NOTY-QUEUE-{env}
|
|
kafka:
|
|
serviceName: CSI-NET-NOTY-QUEUE-{env}
|
|
Logging:
|
|
IncludeScopes: false
|
|
LogLevel:
|
|
Default: Debug
|
|
Microsoft: Information
|
|
System: Information
|
|
swaggerschema:
|
|
api-title: Notifications WSS Api
|
|
api-title-desc: Web Sockets Service (In App Notifications)
|
|
ServiceUrls:
|
|
UserPermission: "http://service-base-security-token/service-base-security-token/token/logged-in-user"
|
|
EventStoreConfigOptions:
|
|
EventStoreConnectionString: "mongodb://{empi:database:nodes}/csi-noty-events-store"
|
|
MessageStoreConnectionString: "mongodb://{empi:database:nodes}/csi-noty-queue"
|
|
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"
|
|
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs"
|
|
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-NOTY-QUEUE
|