Skip to content

Commit 78100ca

Browse files
Fix example syntax
1 parent 3e76436 commit 78100ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Vigil will be reachable from `http://localhost:8080`.
183183

184184
Use the sample [config.cfg](https://github.com/valeriansaliou/vigil/blob/master/config.cfg) configuration file and adjust it to your own environment.
185185

186-
You can also use environment variables with string interpolation in your configuration file, eg. `manager_token: ${VIGIL_MANAGER_TOKEN}`.
186+
You can also use environment variables with string interpolation in your configuration file, eg. `manager_token = ${VIGIL_MANAGER_TOKEN}`.
187187

188188
**Available configuration options are commented below, with allowed values:**
189189

0 commit comments

Comments
 (0)