34 lines
No EOL
1 KiB
JSON
34 lines
No EOL
1 KiB
JSON
{
|
|
"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=192.168.1.9;user=root;password=adminVM123;port=3306;database=bma_recruit;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
|
|
},
|
|
"Jwt": {
|
|
"Key": "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI",
|
|
"Issuer": "https://identity.frappet.com/realms/bma-ehr"
|
|
},
|
|
"EPPlus": {
|
|
"ExcelPackage": {
|
|
"LicenseContext": "NonCommercial"
|
|
}
|
|
},
|
|
"MinIO": {
|
|
"Endpoint": "http://127.0.0.1:9000",
|
|
"AccessKey": "XCiP1ubSyuGS5yDT",
|
|
"SecretKey": "LFnSRyk144oJERvump8UDxPcjjEyzgum",
|
|
"BucketName": "bma-recruit"
|
|
}
|
|
} |