diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 09:03:29 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 09:03:29 -0800 |
commit | 2696dc4b3c951b84aa398dd12a76016f085b2bfe (patch) | |
tree | 855b65920a9ca280f90ac68ea3cf8d5257b07ef4 /system/admin/handlers.go | |
parent | 7bf8aa5271945eb52e8db6f0c962d3a852b51e0a (diff) |
contin. debugging host port issue in config
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index 85c1f8b..b9408cf 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -85,6 +85,7 @@ func initHandler(res http.ResponseWriter, req *http.Request) { // set HTTP port which should be previously added to config cache port := db.ConfigCache("http_port") + fmt.Println("port from config (init handler)", port) req.Form.Set("http_port", port) // set initial user email as admin_email and make config |