2023-07-22 22:14:50 +07:00
{
"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",
2023-08-03 09:35:54 +07:00
// "DefaultConnection": "server=127.0.0.1;user=root;password=P@ssw0rd;port=3308;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
2024-05-03 17:39:10 +07:00
"DefaultConnection" : "server=192.168.1.80;user=root;password=adminVM123;port=3306;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
2023-07-22 22:14:50 +07:00
} ,
"Jwt" : {
"Key" : "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI" ,
2023-09-08 09:51:51 +07:00
"Issuer" : "https://id.frappet.synology.me/realms/bma-ehr"
2023-07-22 22:14:50 +07:00
} ,
"EPPlus" : {
"ExcelPackage" : {
"LicenseContext" : "NonCommercial"
}
} ,
"MinIO" : {
2023-09-05 19:44:44 +07:00
"Endpoint" : "https://s3.frappet.com/" ,
2023-07-22 22:14:50 +07:00
"AccessKey" : "frappet" ,
2023-09-05 19:44:44 +07:00
"SecretKey" : "P@ssw0rd" ,
"BucketName" : "bma-recruit"
2023-07-22 22:14:50 +07:00
} ,
2023-09-14 00:10:03 +07:00
"Protocol" : "HTTPS" ,
2024-05-03 17:39:10 +07:00
"API" : "https://bma-ehr.frappet.synology.me/api/v1/" ,
2023-09-15 10:56:09 +07:00
"APIV2" : "https://bma-ehr.frappet.synology.me/api/v2"
2023-07-22 22:14:50 +07:00
}