mirror of https://github.com/status-im/consul.git
ui: update development config to not use ACLs to simplify life
This commit is contained in:
parent
fc2aad3cf8
commit
8bf88712a1
|
@ -4,8 +4,7 @@
|
||||||
"ui_dir": ".",
|
"ui_dir": ".",
|
||||||
"bootstrap": true,
|
"bootstrap": true,
|
||||||
"server": true,
|
"server": true,
|
||||||
"acl_datacenter": "dc1",
|
"advertise_addr": "127.0.0.1",
|
||||||
"acl_master_token": "dev",
|
|
||||||
"http_api_response_headers": {
|
"http_api_response_headers": {
|
||||||
"Access-Control-Allow-Origin": "*"
|
"Access-Control-Allow-Origin": "*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue