2023-07-13 13:59:47 +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-07-20 14:53:09 +07:00
"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 13:59:47 +07:00
} ,
"Jwt" : {
"Key" : "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI" ,
"Issuer" : "https://identity.frappet.com/realms/bma-ehr"
} ,
"EPPlus" : {
"ExcelPackage" : {
"LicenseContext" : "NonCommercial"
}
} ,
"MinIO" : {
"Endpoint" : "https://s3.frappet.com/" ,
"AccessKey" : "frappet" ,
"SecretKey" : "P@ssw0rd" ,
"BucketName" : "bma-recruit"
} ,
"Protocol" : "HTTPS"
}