agent: enable ui for dev mode

This commit is contained in:
Ryan Uber 2015-12-22 12:45:29 -08:00
parent ce4cf8a542
commit f37c0facbe
2 changed files with 2 additions and 0 deletions

View File

@ -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
} }

View File

@ -0,0 +1 @@
{"service": {"name": "web", "tags": ["rails"], "port": 80}}