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.
27 lines
1.7 KiB
27 lines
1.7 KiB
---
|
|
AppSettings:
|
|
SiteTitle: CSI-NET-BLOODBNK-MGT-{env}
|
|
SiteUrl: ""
|
|
|
|
PostgreSQL:
|
|
ReadCon: "Host={database:host};Port={database:port};Database={database:bloodBank:dbName};User Id={database:bloodBank:userId};Password={database:bloodBank:password};"
|
|
WriteCon: "Host={database:host};Port={database:port};Database={database:bloodBank:dbName};User Id={database:bloodBank:userId};Password={database:bloodBank:password};"
|
|
#Oracle:
|
|
# ReadCon: "Data Source=(DESCRIPTION=(CONNECT_TIMEOUT={database:connectTimeout})(RETRY_COUNT={database:retryCount})(RETRY_DELAY={database:retryDelay})(TRANSPORT_CONNECT_TIMEOUT={database:transportConnecttimeout})(ADDRESS=(PROTOCOL=TCP)(HOST={database:host})(PORT={database:port}))(CONNECT_DATA=(SERVICE_NAME={database:serviceName})));User Id={database:bloodBank:userId};Password={database:bloodBank:password};Max Pool Size={database:maxPoolsize};Connection Timeout={database:connectionTimeout}"
|
|
# WriteCon: "Data Source=(DESCRIPTION=(CONNECT_TIMEOUT={database:connectTimeout})(RETRY_COUNT={database:retryCount})(RETRY_DELAY={database:retryDelay})(TRANSPORT_CONNECT_TIMEOUT={database:transportConnecttimeout})(ADDRESS=(PROTOCOL=TCP)(HOST={database:host})(PORT={database:port}))(CONNECT_DATA=(SERVICE_NAME={database:serviceName})));User Id={database:bloodBank:userId};Password={database:bloodBank:password};Max Pool Size={database:maxPoolsize};Connection Timeout={database:connectionTimeout}"
|
|
|
|
contextSkipOn:
|
|
kafka:
|
|
service_name: CSI-NET-BLOODBNK-MGT-{env}
|
|
|
|
Report:
|
|
Mongo:
|
|
Collection: BLOODBANK
|
|
BloodBankMiddlewareEnabledGroups:
|
|
- "105"
|
|
ElasticApm:
|
|
ServiceName: CSI-NET-BLOODBNK-MGT
|
|
serviceurls:
|
|
NewVitalUrl: "http://csi-java-ehr-common/vital-signs//displayV2/patient/"
|
|
IsKafkaEnabledInEmpi: true
|