1
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
<select id="ComparesOperation" name="ComparesOperation" lay-verify="required" lay-search>
|
||||
<option value="" selected>请选择</option>
|
||||
<option value=">">></option>
|
||||
<option value=">=">>=</option>
|
||||
<option value=">=">≥</option>
|
||||
<option value="<"><</option>
|
||||
<option value="<="><=</option>
|
||||
<option value="<=">≤</option>
|
||||
<option value="=">=</option>
|
||||
<option value="!=">!=</option>
|
||||
<option value="in">in</option>
|
||||
|
||||
@@ -8,15 +8,6 @@
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"sqlDebugging": false,
|
||||
"nativeDebugging": true
|
||||
},
|
||||
"WaterCloud.Web": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
"DBProvider": "MySql", //SqlServer //Oracle
|
||||
"DBConnectionString": "server=192.168.31.37;user id=root;password=zhuyunyu;database=water",
|
||||
"DBCommandTimeout": 180, // 数据库超时时间,单位秒
|
||||
"IsInitDb": true, //是否初始化数据库
|
||||
"IsSeedData": true, //是否初始化数据库数据
|
||||
"IsInitDb": false, //是否初始化数据库
|
||||
"IsSeedData": false, //是否初始化数据库数据
|
||||
"CacheProvider": "Redis", // 缓存使用方式 Redis/Memory
|
||||
"RedisConnectionString": "192.168.31.37:6379,password=zhuyunyu", //docker部署 172.17.0.1
|
||||
"TokenName": "WC-Token", //api Token名称
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user