From 03e2c7559bdafbccc55fa47236a633e312333c0e Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 12 Sep 2017 17:24:45 +0100 Subject: [PATCH] Link through to configuration --- Deploying-Smeagol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploying-Smeagol.md b/Deploying-Smeagol.md index 77f157a..97abec1 100644 --- a/Deploying-Smeagol.md +++ b/Deploying-Smeagol.md @@ -14,7 +14,7 @@ This will create a jar file in the `target` directory, named `smeagol-`*VERSION* Smeagol cannot access either its configuration or its content from the jar file, as otherwise they would not be editable. There are three solutions to this: ### Custom configuration file -You can copy the standard configuration file `resources/config.edn` to somewhere outside the jar file, edit it to suit your installation, and set up a single environment variable, `SMEAGOL_CONFIG`, whose value is the path to your new configuration file. +You can copy the standard [[Configuration]] file `resources/config.edn` to somewhere outside the jar file, edit it to suit your installation, and set up a single environment variable, `SMEAGOL_CONFIG`, whose value is the path to your new configuration file. ### Environment variables Alternatively, you can configure everything through [[Environment Variables]].