mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
agent: enable ui for dev mode
This commit is contained in:
parent
afafae53fd
commit
9002bfa37d
@ -533,6 +533,7 @@ func DevConfig() *Config {
|
||||
conf.Server = true
|
||||
conf.EnableDebug = true
|
||||
conf.DisableAnonymousSignature = true
|
||||
conf.EnableUi = true
|
||||
return conf
|
||||
}
|
||||
|
||||
|
1
website/source/intro/getting-started/consul.d/web.json
Normal file
1
website/source/intro/getting-started/consul.d/web.json
Normal file
@ -0,0 +1 @@
|
||||
{"service": {"name": "web", "tags": ["rails"], "port": 80}}
|
Loading…
x
Reference in New Issue
Block a user