Link through to configuration

Simon Brooke 2017-09-12 17:24:45 +01:00
parent e955596945
commit 03e2c7559b

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