Commit 9891d93c authored by Dan Hemberger's avatar Dan Hemberger Committed by Nicolas Giard

config.sample.yml: fix syntax for using ENV variables

The variable name must be enclosed in parentheses, otherwise it is interpreted verbatim. Move this tip to the top of the file, since it applies to all fields, not just the 'db' field.
parent 7194b948
......@@ -3,6 +3,7 @@
#######################################################################
# Full explanation + examples in the documentation:
# https://docs.requarks.io/wiki/install
# You can use an ENV variable by using $(ENV_VAR_NAME) as the value
# ---------------------------------------------------------------------
# Title of this site
......@@ -107,7 +108,6 @@ sessionSecret: 1234567890abcdefghijklmnopqrstuvxyz
# ---------------------------------------------------------------------
# Database Connection String
# ---------------------------------------------------------------------
# You can also use an ENV variable by using $ENV_VAR_NAME as the value
db: mongodb://localhost:27017/wiki
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment