beego / samples

An open source project for beego sample applications.
Apache License 2.0
917 stars 1.25k forks source link

fix: WebIM HTTPAddr conf: from http server Running on http://:8089 to… #39

Open TonyMistark opened 3 years ago

TonyMistark commented 3 years ago

» bee run


| \ | |/ / __ | \ / \ / \ | |/ /| /| / ___/ \| ___| v2.0.2 2021/10/26 23:18:58 INFO ▶ 0001 Using 'WebIM' as 'appname' 2021/10/26 23:18:58 INFO ▶ 0002 Initializing watcher... 2021/10/26 23:19:00 SUCCESS ▶ 0003 Built Successfully! 2021/10/26 23:19:00 INFO ▶ 0004 Restarting 'WebIM'... 2021/10/26 23:19:00 SUCCESS ▶ 0005 './WebIM' is running... 2021/10/26 23:19:01.388 [D] [app.go:32] Loading language: en-US 2021/10/26 23:19:01.388 [D] [app.go:32] Loading language: zh-CN 2021/10/26 23:19:01.389 [I] [WebIM.go:29] Web IM 0.1.1.0227 2021/10/26 23:19:01.397 [I] [asm_amd64.s:1373] http server Running on http://:8089

2021/10/26 23:19:01.397 [I] [asm_amd64.s:1373] http server Running on http://:8089 is wrong appearance

set config HTTPAddr = localhost into app.conf

then:

2021/10/26 23:31:40.590 [I] [asm_amd64.s:1373] http server Running on http://localhost:8089