agent: enable ui for dev mode
This commit is contained in:
parent
ce4cf8a542
commit
f37c0facbe
|
@ -533,6 +533,7 @@ func DevConfig() *Config {
|
||||||
conf.Server = true
|
conf.Server = true
|
||||||
conf.EnableDebug = true
|
conf.EnableDebug = true
|
||||||
conf.DisableAnonymousSignature = true
|
conf.DisableAnonymousSignature = true
|
||||||
|
conf.EnableUi = true
|
||||||
return conf
|
return conf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
{"service": {"name": "web", "tags": ["rails"], "port": 80}}
|
Loading…
Reference in New Issue