初始化
This commit is contained in:
28
Face.Web/App_Data/configs/appSettings.config
Normal file
28
Face.Web/App_Data/configs/appSettings.config
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<appSettings>
|
||||
<add key="webpages:Version" value="3.0.0.0" />
|
||||
<add key="webpages:Enabled" value="false" />
|
||||
<add key="ClientValidationEnabled" value="true" />
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
||||
|
||||
<add key="RedisKey" value="Face" />
|
||||
<!--<add key="RedisConn" value="127.0.0.1,connectTimeout=10000,connectRetry=1,syncTimeout=10000,allowAdmin = true" />-->
|
||||
<add key="RedisConn" value="127.0.0.1,connectTimeout=10000,connectRetry=1,syncTimeout=10000,allowAdmin = true" />
|
||||
<!--以上必须-->
|
||||
|
||||
<!--本站点必须-->
|
||||
|
||||
<!--网站配置项如下:-->
|
||||
<add key="DBName" value="TBL_UTS_" />
|
||||
<!--数据库名字-->
|
||||
|
||||
<add key="DBServer" value="uts-svr2.synology.me" />
|
||||
<!--<add key="DBServer" value="localhost" />-->
|
||||
<!--数据库服务器-->
|
||||
|
||||
<add key="DBPort" value="3307" />
|
||||
<!--<add key="DBPort" value="3306" />-->
|
||||
<!--数据库服务器端口-->
|
||||
</appSettings>
|
||||
|
||||
Reference in New Issue
Block a user