diff --git a/server/README.md b/server/README.md index c747e86..8edf3a1 100644 --- a/server/README.md +++ b/server/README.md @@ -40,4 +40,14 @@ of detaching terminals. this repository. 8. Run `node dist/main.js` for logging directly to the CLI, or `node dist/main.js > output.log` for logging to a file named `output.log`. -9. Detach your terminal. \ No newline at end of file +9. Detach your terminal. + + +--- + +# Configuration: +All of the configuration for the server is done in the `server.toml` with +explanations in the file. When a value is changed in the config, you will need +to restart the server. This is either through systemd +(`sudo systemctl restart ghost-writer`) or through your preferred terminal +detacher, by stopping then re-starting the process. \ No newline at end of file