Skip to content

Commit d84f615

Browse files
committed
Merge branch 'fix_bad_quoting_in_foreground_example' into 'master'
Fix bad quoting and enable vault ui in foreground example See merge request evernym/utilities/devlab!13
2 parents 9a764b3 + 6fbfebb commit d84f615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/foreground/DevlabConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"enabled": true,
1212
"cmd": "vault server -config /vault/config",
1313
"run_opts": [
14-
"-e","VAULT_LOCAL_CONFIG={\"backend\": {\"file\": {\"path\": \"/vault/file\"}}, \"disable_mlock\":true, \"listener\": {\"tcp\": {\"address\": \"0.0.0.0:8200\", \"tls_disable\":1}}"
14+
"-e","VAULT_LOCAL_CONFIG={\"backend\": {\"file\": {\"path\": \"/vault/file\"}}, \"disable_mlock\":true, \"listener\": {\"tcp\": {\"address\": \"0.0.0.0:8200\", \"tls_disable\":1}}, \"ui\": true}"
1515
],
1616
"ports": [
1717
"8200:8200"

0 commit comments

Comments
 (0)