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.
24 lines
746 B
24 lines
746 B
---
|
|
AppSettings:
|
|
CacheDbResults: true
|
|
SiteTitle: CSI-NET-DATAPERM-{env}
|
|
kafka:
|
|
serviceName: CSI-NET-DATAPERM-{env}
|
|
Logging:
|
|
IncludeScopes: false
|
|
LogLevel:
|
|
Default: Debug
|
|
Microsoft: Information
|
|
System: Information
|
|
swaggerschema:
|
|
api-title: "Data Permission Api"
|
|
api-title-desc: "Data Permission Api"
|
|
DefaultDbConnection: "Server={empi:database:host};Database=csi-data-permission;User Name={empi:database:username};Password={empi:database:password};"
|
|
EmpiMongoDbConnectionOptions:
|
|
ConnectionString: "mongodb://172.15.100.147:27017/csi-data-permission"
|
|
DbName: "csi-data-permission"
|
|
ServiceUrls:
|
|
UserPermission: http://service-base-security-token/token/logged-in-user
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-DATAPERM
|