This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
AspNetCore.Docs
mirror of
https://github.com/dotnet/AspNetCore.Docs.git
Watch
1
Star
0
Fork
You've already forked AspNetCore.Docs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cd6c4df4d3
AspNetCore.Docs
/
aspnetcore
/
host-and-deploy
/
windows-service
/
sample
/
appsettings.json
9 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
IHostingStartup topic (#4967) * IHostingStartup topic Updates Updates Updates Updates * Update ihostingstartup.md * React to feedback * Add section on disabling automatic loading * Revert "Add section on disabling automatic loading" This reverts commit ee7dcfb29d571586f712534c8c1d85d3cb406ab9. * Add info on discovery and disabling auto loading * React to feedback * Note future feature for excluding individual assemblies * React to feedback
2017-12-13 08:36:27 +08:00
{
"Logging"
:
{
"LogLevel"
:
{
2.1 Sample Updates (Round 11) (#6860)
2018-06-09 11:27:43 +08:00
"Default"
:
"Warning"
IHostingStartup topic (#4967) * IHostingStartup topic Updates Updates Updates Updates * Update ihostingstartup.md * React to feedback * Add section on disabling automatic loading * Revert "Add section on disabling automatic loading" This reverts commit ee7dcfb29d571586f712534c8c1d85d3cb406ab9. * Add info on discovery and disabling auto loading * React to feedback * Note future feature for excluding individual assemblies * React to feedback
2017-12-13 08:36:27 +08:00
}
2.1 Sample Updates (Round 11) (#6860)
2018-06-09 11:27:43 +08:00
}
,
"AllowedHosts"
:
"*"
IHostingStartup topic (#4967) * IHostingStartup topic Updates Updates Updates Updates * Update ihostingstartup.md * React to feedback * Add section on disabling automatic loading * Revert "Add section on disabling automatic loading" This reverts commit ee7dcfb29d571586f712534c8c1d85d3cb406ab9. * Add info on discovery and disabling auto loading * React to feedback * Note future feature for excluding individual assemblies * React to feedback
2017-12-13 08:36:27 +08:00
}