60 lines
No EOL
2 KiB
JSON
60 lines
No EOL
2 KiB
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"ElasticConfiguration": {
|
|
"Uri": "http://localhost:9200"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
//"DefaultConnection": "User Id=sys;Password=P@ssw0rd;DBA Privilege=SYSDBA;Data Source=localhost:1521/ORCLCDB",
|
|
"DefaultConnection": "server=192.168.1.9;user=root;password=adminVM123;port=3306;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;",
|
|
"ExamConnection": "server=192.168.1.9;user=root;password=adminVM123;port=3306;database=bma_ehr_exam_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
|
|
},
|
|
"Jwt": {
|
|
"Key": "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI",
|
|
"Issuer": "https://identity.frappet.com/realms/bma-ehr"
|
|
},
|
|
"EPPlus": {
|
|
"ExcelPackage": {
|
|
"LicenseContext": "NonCommercial"
|
|
}
|
|
},
|
|
"MinIO": {
|
|
"Endpoint": "https://s3cluster.frappet.com/",
|
|
"AccessKey": "frappet",
|
|
"SecretKey": "FPTadmin2357",
|
|
"BucketName": "bma-ehr-fpt"
|
|
},
|
|
"Protocol": "HTTPS",
|
|
"telerikReporting": {
|
|
"privateFonts": [
|
|
{
|
|
"fontFamily": "TH SarabunIT๙",
|
|
"path": "Fonts/THSarabunIT.ttf"
|
|
},
|
|
{
|
|
"fontFamily": "TH SarabunIT๙",
|
|
"path": "Fonts/THSarabunITBold.ttf",
|
|
"fontStyle": "Bold"
|
|
},
|
|
{
|
|
"fontFamily": "TH SarabunPSK",
|
|
"path": "Fonts/THSarabunNew.ttf"
|
|
|
|
},
|
|
{
|
|
"fontFamily": "TH SarabunPSK",
|
|
"path": "Fonts/THSarabunNewBold.ttf",
|
|
"fontStyle": "Bold"
|
|
}
|
|
]
|
|
},
|
|
"APIPROBATION": "https://bma-ehr.frappet.synology.me/api/v1/probation/"
|
|
} |