Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
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
黄奎
mall.oytour.com
Commits
18c95468
Commit
18c95468
authored
Apr 23, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增配置文件
parent
3047a285
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
mall.oytour.com.pubxml
....WebApi/Properties/PublishProfiles/mall.oytour.com.pubxml
+1
-1
web.config
Mall.WebApi/web.config
+15
-0
No files found.
Mall.WebApi/Properties/PublishProfiles/mall.oytour.com.pubxml
View file @
18c95468
...
...
@@ -15,7 +15,7 @@
<ProjectGuid>
ad842a33-b1df-4360-ae06-536353f0276c
</ProjectGuid>
<SelfContained>
false
</SelfContained>
<publishUrl>
F:\网站发布\Mall.oytour.com
</publishUrl>
<DeleteExistingFiles>
Tru
e
</DeleteExistingFiles>
<DeleteExistingFiles>
Fals
e
</DeleteExistingFiles>
<RuntimeIdentifier>
win-x64
</RuntimeIdentifier>
</PropertyGroup>
</Project>
\ No newline at end of file
Mall.WebApi/web.config
0 → 100644
View file @
18c95468
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
configuration
>
<
location
path
=
"."
inheritInChildApplications
=
"false"
>
<
system
.
webServer
>
<
handlers
>
<
add
name
=
"aspNetCore"
path
=
"*"
verb
=
"*"
modules
=
"AspNetCoreModuleV2"
resourceType
=
"Unspecified"
/>
</
handlers
>
<
aspNetCore
processPath
=
".\Mall.WebApi.exe"
arguments
=
".\Mall.WebApi.dll"
stdoutLogEnabled
=
"false"
stdoutLogFile
=
".\logs\stdout"
hostingModel
=
"OutOfProcess"
>
<
environmentVariables
>
<
environmentVariable
name
=
"ASPNETCORE_ENVIRONMENT"
value
=
"Development"
/>
</
environmentVariables
>
</
aspNetCore
>
</
system
.
webServer
>
</
location
>
</
configuration
>
\ No newline at end of file
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