Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 34dea1e

Browse files
committed
Set standalone to true explicitly in config_sample.yml
Setting environment variable STANDALONE to true results in a string value for cfg.standalone, which fails "cfg.standalone is True" condition.
1 parent ca57b26 commit 34dea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config_sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
common:
44
loglevel: _env:LOGLEVEL:debug
55
storage_redirect: _env:STORAGE_REDIRECT
6-
standalone: _env:STANDALONE
6+
standalone: true
77
index_endpoint: _env:INDEX_ENDPOINT
88
disable_token_auth: _env:DISABLE_TOKEN_AUTH
99
privileged_key: _env:PRIVILEGED_KEY

0 commit comments

Comments
 (0)