mirror of https://github.com/status-im/consul.git
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
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
{"service": {"name": "web", "tags": ["rails"], "port": 80}}
|
Loading…
Reference in New Issue