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://admin:adminVM123@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"
}
}
}