--- 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