beeweb icon indicating copy to clipboard operation
beeweb copied to clipboard

port configuration is unavailable

Open zddhub opened this issue 9 years ago • 1 comments

http_port_dev=8090, but http server Running on :8080.

localhost:beeweb zdd$ ls Dockerfile README.md bee.json beeweb.go conf models routers static_source LICENSE a.log beeweb blog docs products static views localhost:beeweb zdd$ cat conf/app.conf [beego] app_name=Beego Web run_mode=dev http_port_dev=8090 http_port_pro=8090

[lang] types=en-US|zh-CN|ru-RU names=English|简体中文|Russian

[github] client_id= client_secret=

[app]

localhost:beeweb zdd$ ./beeweb 2015/06/27 17:06:03 [models.go:369] [D] Checking file updates 2015/06/27 17:06:09 [models.go:481] [D] Finish check file updates 2015/06/27 17:06:09 [init.go:33] [D] Loading language: en-US 2015/06/27 17:06:09 [init.go:33] [D] Loading language: zh-CN 2015/06/27 17:06:09 [init.go:33] [D] Loading language: ru-RU 2015/06/27 17:06:09 [beeweb.go:52] [I] beego 1.0.0 2015/06/27 17:06:09 [asm_amd64.s:2232] [I] http server Running on :8080 2015/06/27 17:06:39 [router.go:854] [D] | GET | / | 34.328358ms | match | /

zddhub avatar Jun 27 '15 09:06 zddhub

I think the beeweb's config should be mistake. it should be like as below

[test]
httpport=8090
[prod]
httpport =8090

astaxie avatar Jul 02 '15 13:07 astaxie