Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
data-center-auto
Commits
b0c1f045
Commit
b0c1f045
authored
Jun 25, 2019
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增生产环境配置
parent
0c40896b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
36 additions
and
51 deletions
+36
-51
AutoTurnOver.csproj
AutoTurnOver/AutoTurnOver.csproj
+2
-6
appsettings.Development.json
AutoTurnOver/appsettings.Development.json
+21
-5
appsettings.Production.json
AutoTurnOver/appsettings.Production.json
+13
-2
appsettings.dev.Development.json
AutoTurnOver/appsettings.dev.Development.json
+0
-9
appsettings.prod.Development.json
AutoTurnOver/appsettings.prod.Development.json
+0
-9
appsettings.prod.json
AutoTurnOver/appsettings.prod.json
+0
-20
No files found.
AutoTurnOver/AutoTurnOver.csproj
View file @
b0c1f045
...
@@ -28,15 +28,11 @@
...
@@ -28,15 +28,11 @@
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Content Update="appsettings.prod.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.dev.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="appsettings.json">
<Content Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</Content>
</ItemGroup>
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties appsettings_1prod_1json__JSONSchema="" /></VisualStudio></ProjectExtensions>
</Project>
</Project>
AutoTurnOver/appsettings.Development.json
View file @
b0c1f045
{
{
"ConnectionStrings"
:
{
"Default"
:
"server=gz-cdb-kp7s5i79.sql.tencentcdb.com;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
},
"Logging"
:
{
"Logging"
:
{
"LogLevel"
:
{
"LogLevel"
:
{
"Default"
:
"Debug"
,
"Default"
:
"Warning"
"System"
:
"Information"
,
"Microsoft"
:
"Information"
}
}
},
},
"AllowedHosts"
:
"*"
,
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"WebHost_GetUser"
:
"http://www.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_LoginOut"
:
"http://www.bailuntec.com/Login/LoginOut"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
"redis"
:
{
"redis"
:
{
"HostName"
:
"127.0.0.1"
,
"HostName"
:
"127.0.0.1"
,
"Port"
:
"6379"
,
"Port"
:
"6379"
,
"Password"
:
"SpaceHorse1"
,
"Password"
:
"SpaceHorse1"
,
"Defaultdatabase"
:
1
"Defaultdatabase"
:
0
}
},
"SaveDefaultWares"
:
"http://api.skums.bailuntec.com/api/sku/productware/savedefaultwares"
,
"Crm_Case_Order"
:
"http://crm.bailuntec.com/api/CaseOrderList"
,
"Crm_Message"
:
"http://crm.bailuntec.com/api/MessageList"
,
"Crm_Message_Reply"
:
"http://crm.bailuntec.com/api/MessageReplyList"
,
"Lms_GetLogistics"
:
"http://lms.bailuntec.com/api/DataInfo/ApiLogistics/GetLogistics"
,
"Pams_PlatformList"
:
"http://pams.bailuntec.com/Api/GetPlatformSites?type=1"
,
"Crm_Message_Custom_Template"
:
"http://crm.bailuntec.com/api/MessageCustomTemplateList"
,
"CRM_SendMessage"
:
"http://kefu.bailuntec.com/api/SendMessage"
,
"PPS_ShortagePush"
:
""
}
}
AutoTurnOver/appsettings.
dev
.json
→
AutoTurnOver/appsettings.
Production
.json
View file @
b0c1f045
{
{
"ConnectionStrings"
:
{
"ConnectionStrings"
:
{
"Default"
:
"server=
gz-cdb-kp7s5i79.sql.tencentcdb.com
;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
"Default"
:
"server=
10.0.8.15
;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
},
},
"Logging"
:
{
"Logging"
:
{
"LogLevel"
:
{
"LogLevel"
:
{
...
@@ -11,10 +11,21 @@
...
@@ -11,10 +11,21 @@
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"WebHost_GetUser"
:
"http://www.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_GetUser"
:
"http://www.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_LoginOut"
:
"http://www.bailuntec.com/Login/LoginOut"
,
"WebHost_LoginOut"
:
"http://www.bailuntec.com/Login/LoginOut"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
"redis"
:
{
"redis"
:
{
"HostName"
:
"127.0.0.1"
,
"HostName"
:
"127.0.0.1"
,
"Port"
:
"6379"
,
"Port"
:
"6379"
,
"Password"
:
"SpaceHorse1"
,
"Password"
:
"SpaceHorse1"
,
"Defaultdatabase"
:
0
"Defaultdatabase"
:
0
}
},
"SaveDefaultWares"
:
"http://api.skums.bailuntec.com/api/sku/productware/savedefaultwares"
,
"Crm_Case_Order"
:
"http://crm.bailuntec.com/api/CaseOrderList"
,
"Crm_Message"
:
"http://crm.bailuntec.com/api/MessageList"
,
"Crm_Message_Reply"
:
"http://crm.bailuntec.com/api/MessageReplyList"
,
"Lms_GetLogistics"
:
"http://lms.bailuntec.com/api/DataInfo/ApiLogistics/GetLogistics"
,
"Pams_PlatformList"
:
"http://pams.bailuntec.com/Api/GetPlatformSites?type=1"
,
"Crm_Message_Custom_Template"
:
"http://crm.bailuntec.com/api/MessageCustomTemplateList"
,
"CRM_SendMessage"
:
"http://kefu.bailuntec.com/api/SendMessage"
,
"PPS_ShortagePush"
:
""
}
}
AutoTurnOver/appsettings.dev.Development.json
deleted
100644 → 0
View file @
0c40896b
{
"Logging"
:
{
"LogLevel"
:
{
"Default"
:
"Debug"
,
"System"
:
"Information"
,
"Microsoft"
:
"Information"
}
}
}
AutoTurnOver/appsettings.prod.Development.json
deleted
100644 → 0
View file @
0c40896b
{
"Logging"
:
{
"LogLevel"
:
{
"Default"
:
"Debug"
,
"System"
:
"Information"
,
"Microsoft"
:
"Information"
}
}
}
AutoTurnOver/appsettings.prod.json
deleted
100644 → 0
View file @
0c40896b
{
"ConnectionStrings"
:
{
"Default"
:
"server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
},
"Logging"
:
{
"LogLevel"
:
{
"Default"
:
"Warning"
}
},
"AllowedHosts"
:
"*"
,
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"WebHost_GetUser"
:
"http://www.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_LoginOut"
:
"http://www.bailuntec.com/Login/LoginOut"
,
"redis"
:
{
"HostName"
:
"127.0.0.1"
,
"Port"
:
"6379"
,
"Password"
:
"SpaceHorse1"
,
"Defaultdatabase"
:
0
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment