Skip to content

Commit 6fbfebb

Browse files
committed
Fix bad quoting and enable vault ui in foreground example
1 parent 9a764b3 commit 6fbfebb

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)