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.
39 lines
1.7 KiB
39 lines
1.7 KiB
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-NOTY-WSS-{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://{noty:database:nodes}/csi-net-noty-events-store"
|
|
MessageStoreConnectionString: "mongodb://{noty:database:nodes}/csi-net-noty-events-store"
|
|
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"
|
|
WssChannelStore:
|
|
Connection: "mongodb://172.200.0.218:27017/csi-net-noty-ws-connection-store"
|
|
DbName: "csi-net-noty-ws-connection-store"
|
|
eureka:
|
|
instance:
|
|
preferIpAddress: true
|
|
hostname: csi-net-noty-wss
|
|
secure-port-enabled: true
|
|
secure-virtual-host-name: csi-net-noty-wss
|
|
MongoLogs: "mongodb://{Mongo:appLogs}/app-logs"
|
|
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-NOTY-WSS
|