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

Commit c782903

Browse files
committed
Merge pull request #436 from bqbn/master
Set standalone to true explicitly in config_sample.yml
2 parents ca57b26 + 34dea1e commit c782903

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)