Remove server cap
This commit is contained in:
parent
c8a20636d9
commit
b7667d169e
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ namespace LightReflectiveMirror.Endpoints
|
|||
{
|
||||
var config = new ConfigurationBuilder()
|
||||
.SetBasePath(System.IO.Directory.GetCurrentDirectory())
|
||||
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
|
||||
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: false)
|
||||
.Build();
|
||||
|
||||
var server = new RestServerBuilder(new ServiceCollection(), config,
|
||||
|
|
|
|||
Loading…
Reference in a new issue