update:docker compose 更新

queries构造函数修改
配置json更新
This commit is contained in:
2021-02-26 10:24:30 +08:00
parent 67dc2d5b4e
commit 00910838fe
11 changed files with 63 additions and 17 deletions

View File

@@ -8,7 +8,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"default": "server=localhost;user=root;password=root;database=qrcode"
"Default": "server=localhost;user=root;password=root;database=qrcode"
},
"Serilog": {
"Using": [ "SeriLog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Sinks.Async" ],
@@ -49,5 +49,9 @@
"InstanceName": "local",
"DefaultDB": 8
}
},
"Hosting": {
"BaseUrl": "http://localhost:5000/",
"IsForwarded": false
}
}