From 144a5b9b3fd7cf5c485cd3e8ea6523038d5fcde1 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 26 Sep 2018 14:14:57 -0400 Subject: [PATCH] Add a note about modifying the config files while the server is running --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7a1bba4c..1e1a0fdf9b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Note although `/app/lib` is specified as a volume mount point in the `Dockerfile ### Configuring -Create an `appsettings.Production.json` file next to `appsettings.json`. This will override the default settings in appsettings.json with your production settings. There are a few keys meant to be changed by hosts. Note these are all case-sensitive: +Create an `appsettings.Production.json` file next to `appsettings.json`. This will override the default settings in appsettings.json with your production settings. There are a few keys meant to be changed by hosts. Modifying any config files while the server is running will trigger a safe restart (Keeps DreamDaemon's running). Note these are all case-sensitive: - `General:MinimumPasswordLength`: Minimum password length requirement for database users