no message
This commit is contained in:
parent
258a95a0e2
commit
e4fa2ff1c1
2 changed files with 28 additions and 35 deletions
|
|
@ -1,36 +1,29 @@
|
||||||
{
|
{
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"MinimumLevel": {
|
"MinimumLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Override": {
|
"Override": {
|
||||||
"Microsoft": "Information",
|
"Microsoft": "Information",
|
||||||
"System": "Warning"
|
"System": "Warning"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"ElasticConfiguration": {
|
},
|
||||||
"Uri": "http://localhost:9200"
|
"ElasticConfiguration": {
|
||||||
},
|
"Uri": "http://localhost:9200"
|
||||||
"AllowedHosts": "*",
|
},
|
||||||
"ConnectionStrings": {
|
"AllowedHosts": "*",
|
||||||
//"DefaultConnection": "User Id=sys;Password=P@ssw0rd;DBA Privilege=SYSDBA;Data Source=localhost:1521/ORCLCDB",
|
"ConnectionStrings": {
|
||||||
"DefaultConnection": "server=127.0.0.1;user=root;password=P@ssw0rd;port=3308;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
|
//"DefaultConnection": "User Id=sys;Password=P@ssw0rd;DBA Privilege=SYSDBA;Data Source=localhost:1521/ORCLCDB",
|
||||||
},
|
"DefaultConnection": "server=192.168.1.9;user=root;password=adminVM123;port=3306;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
|
||||||
"Jwt": {
|
},
|
||||||
"Key": "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI",
|
"Jwt": {
|
||||||
"Issuer": "https://identity.frappet.com/realms/bma-ehr"
|
"Key": "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI",
|
||||||
},
|
"Issuer": "https://identity.frappet.com/realms/bma-ehr"
|
||||||
"EPPlus": {
|
},
|
||||||
"ExcelPackage": {
|
"EPPlus": {
|
||||||
"LicenseContext": "NonCommercial"
|
"ExcelPackage": {
|
||||||
}
|
"LicenseContext": "NonCommercial"
|
||||||
},
|
}
|
||||||
"MinIO": {
|
},
|
||||||
"Endpoint": "https://s3.frappet.com/",
|
"Protocol": "HTTPS"
|
||||||
"AccessKey": "frappet",
|
}
|
||||||
"SecretKey": "P@ssw0rd",
|
|
||||||
"BucketName": "bma-recruit"
|
|
||||||
},
|
|
||||||
"Protocol": "HTTPS"
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
//"DefaultConnection": "User Id=sys;Password=P@ssw0rd;DBA Privilege=SYSDBA;Data Source=localhost:1521/ORCLCDB",
|
//"DefaultConnection": "User Id=sys;Password=P@ssw0rd;DBA Privilege=SYSDBA;Data Source=localhost:1521/ORCLCDB",
|
||||||
"DefaultConnection": "server=127.0.0.1;user=root;password=P@ssw0rd;port=3308;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
|
"DefaultConnection": "server=192.168.1.9;user=root;password=adminVM123;port=3306;database=bma_ehr_demo;Convert Zero Datetime=True;Allow User Variables=true;Pooling=True;"
|
||||||
},
|
},
|
||||||
"Jwt": {
|
"Jwt": {
|
||||||
"Key": "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI",
|
"Key": "HP-FnQMUj9msHMSD3T9HtdEnphAKoCJLEl85CIqROFI",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue