2023-03-23 12:31:21 +07:00
{
"Serilog" : {
"MinimumLevel" : {
"Default" : "Information" ,
"Override" : {
"Microsoft" : "Information" ,
"System" : "Warning"
}
}
} ,
"ElasticConfiguration" : {
"Uri" : "http://localhost:9200"
} ,
"AllowedHosts" : "*" ,
"ConnectionStrings" : {
"MongoConnection" : "mongodb://127.0.0.1:27017" ,
"DefaultConnection" : "server=127.0.0.1;user=root;password=P@ssw0rd;port=3308;database=bma_ehr_exam;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
} ,
"Jwt" : {
"Key" : "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI" ,
2023-03-29 12:55:20 +07:00
"Issuer" : "https://identity.frappet.com/realms/bma-ehr"
2023-03-23 12:31:21 +07:00
} ,
"EPPlus" : {
"ExcelPackage" : {
"LicenseContext" : "NonCommercial"
}
2023-03-31 12:11:23 +07:00
} ,
"MinIO" : {
2023-04-03 12:05:57 +07:00
"Endpoint" : "https://s3.frappet.com/" ,
"AccessKey" : "frappet" ,
"SecretKey" : "P@ssw0rd" ,
2023-03-31 12:11:23 +07:00
"BucketName" : "bma-recruit"
2023-03-23 12:31:21 +07:00
}
}