mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Link through to configuration
parent
e955596945
commit
03e2c7559b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
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
|
### 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
|
### Environment variables
|
||||||
Alternatively, you can configure everything through [[Environment Variables]].
|
Alternatively, you can configure everything through [[Environment Variables]].
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue