2023-03-13 12:29:56 +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" ,
2023-04-25 13:13:27 +07:00
"DefaultConnection" : "server=192.168.1.9;user=root;password=adminVM123;port=3306;database=bma_recruit;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
2023-03-13 12:29:56 +07:00
} ,
"Jwt" : {
"Key" : "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI" ,
"Issuer" : "https://identity.frappet.com/realms/bma-ehr"
} ,
"EPPlus" : {
"ExcelPackage" : {
"LicenseContext" : "NonCommercial"
}
2023-03-24 14:24:35 +07:00
} ,
"MinIO" : {
2023-03-25 21:01:46 +07:00
"Endpoint" : "http://127.0.0.1:9000" ,
"AccessKey" : "XCiP1ubSyuGS5yDT" ,
"SecretKey" : "LFnSRyk144oJERvump8UDxPcjjEyzgum" ,
2023-03-24 14:24:35 +07:00
"BucketName" : "bma-recruit"
2023-03-13 12:29:56 +07:00
}
2023-03-24 14:24:35 +07:00
}