28 lines
No EOL
859 B
JSON
28 lines
No EOL
859 B
JSON
{
|
|
"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",
|
|
"Issuer": "https://identity.frappet.com/realms/bma-ehr-exam"
|
|
},
|
|
"EPPlus": {
|
|
"ExcelPackage": {
|
|
"LicenseContext": "NonCommercial"
|
|
}
|
|
}
|
|
} |