From 1d30a879dbe41bb887d4920dbaa2735ccac828ac Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Fri, 20 Nov 2020 19:05:43 -0700 Subject: [PATCH] More linking --- docs/configuration/config-hjson.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/configuration/config-hjson.md b/docs/configuration/config-hjson.md index 6f426a68..65c6c4e9 100644 --- a/docs/configuration/config-hjson.md +++ b/docs/configuration/config-hjson.md @@ -3,9 +3,11 @@ layout: page title: System Configuration --- ## System Configuration -The main system configuration file, `config.hjson` both overrides defaults and provides additional configuration such as message areas. The default path is `/enigma-bbs-install-path/config/config.hjson` though you can override the `config.hjson` location with the `--config` parameter when invoking `main.js`. Values found in `core/config_default.js` may be overridden by simply providing the object members you wish replace. +The main system configuration file, `config.hjson` both overrides defaults and provides additional configuration such as message areas. Defaults lived in `core/config_default.js`. -See also [HJSON General Information](hjson.md) for more information on the HJSON format. +The default path is `/enigma-bbs/config/config.hjson` though this can be overridden using the `--config` parameter when invoking `main.js`. + +:information_source: See also [Configuration Files](config-files.md). Additionally [HJSON General Information](hjson.md) may be helpful for more information on the HJSON format. ### Creating a Configuration Your initial configuration skeleton should be created using the `oputil.js` command line utility. From your enigma-bbs root directory: