From cebf57b1b8f6a40881c1fb76e2f5c1df8142a63b Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 28 Sep 2022 14:55:44 -0400 Subject: [PATCH] Document new config option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a2ea2b4c4..d4b681c60c 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ Create an `appsettings.Production.yml` file next to `appsettings.yml`. This will - `General:GitHubAccessToken`: Specify a GitHub personal access token with no scopes here to highly mitigate the possiblity of 429 response codes from GitHub requests +- `General:SkipAddingByondFirewallException`: Set to false if you have Windows firewall disabled + - `Session:HighPriorityLiveDreamDaemon`: Boolean controlling if live DreamDaemon instances get set to above normal priority processes. - `Session:LowPriorityDeploymentProcesses `: Boolean controlling if DreamMaker and API validation DreamDaemon instances get set to below normal priority processes.