mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 10:08:04 +08:00
增加workflow数据库初始脚本
This commit is contained in:
@@ -11,11 +11,14 @@
|
||||
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
|
||||
|
||||
<!--SSO单点登录主域-->
|
||||
<add key="SSOPassport" value="http://openauthapi.com" />
|
||||
<!--<add key="SSOPassport" value="http://openauthapi.com" />-->
|
||||
<add key="SSOPassport" value="http://localhost:52789" />
|
||||
<!--AppKey唯一标识-->
|
||||
<add key="SSOAppKey" value="openauthtest" />
|
||||
|
||||
|
||||
<add key="OpenAuthURL" value="http://openauth.com" />
|
||||
<!--<add key="OpenAuthURL" value="http://openauth.com" />-->
|
||||
<add key="OpenAuthURL" value="http://localhost:56813" />
|
||||
</appSettings>
|
||||
<system.web>
|
||||
<compilation debug="true" targetFramework="4.5" />
|
||||
|
Reference in New Issue
Block a user