Skip to content

Commit

Permalink
Merge branch 'fix_bad_quoting_in_foreground_example' into 'master'
Browse files Browse the repository at this point in the history
Fix bad quoting and enable vault ui in foreground example

See merge request evernym/utilities/devlab!13
  • Loading branch information
absltkaos committed Mar 24, 2022
2 parents 9a764b3 + 6fbfebb commit d84f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/foreground/DevlabConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"enabled": true,
"cmd": "vault server -config /vault/config",
"run_opts": [
"-e","VAULT_LOCAL_CONFIG={\"backend\": {\"file\": {\"path\": \"/vault/file\"}}, \"disable_mlock\":true, \"listener\": {\"tcp\": {\"address\": \"0.0.0.0:8200\", \"tls_disable\":1}}"
"-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}"
],
"ports": [
"8200:8200"
Expand Down

0 comments on commit d84f615

Please sign in to comment.