2023-06-05 20:22:51 +07:00
{
2023-07-13 09:57:58 +07:00
"Serilog" : {
2023-07-13 14:16:15 +07:00
"MinimumLevel" : {
"Default" : "Information" ,
"Override" : {
"Microsoft" : "Information" ,
"System" : "Warning"
}
2023-07-13 09:57:58 +07:00
}
} ,
"ElasticConfiguration" : {
2023-07-13 14:16:15 +07:00
"Uri" : "http://localhost:9200"
2023-07-13 09:57:58 +07:00
} ,
"AllowedHosts" : "*" ,
"ConnectionStrings" : {
2023-07-13 14:16:15 +07:00
//"DefaultConnection": "User Id=sys;Password=P@ssw0rd;DBA Privilege=SYSDBA;Data Source=localhost:1521/ORCLCDB",
2023-07-26 18:45:04 +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;"
"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;"
2023-07-13 09:57:58 +07:00
} ,
"Jwt" : {
2023-07-13 14:16:15 +07:00
"Key" : "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI" ,
"Issuer" : "https://identity.frappet.com/realms/bma-ehr"
2023-07-13 09:57:58 +07:00
} ,
"EPPlus" : {
2023-07-13 14:16:15 +07:00
"ExcelPackage" : {
"LicenseContext" : "NonCommercial"
}
2023-07-13 09:57:58 +07:00
} ,
"MinIO" : {
2023-07-13 14:16:15 +07:00
"Endpoint" : "https://s3.frappet.com/" ,
"AccessKey" : "frappet" ,
"SecretKey" : "P@ssw0rd" ,
"BucketName" : "bma-recruit"
2023-07-13 09:57:58 +07:00
} ,
"Protocol" : "HTTPS"
2023-07-13 14:16:15 +07:00
}