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]].