Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beeweb cannot parse HTTP port from app.conf #26

Closed
rillhu opened this issue Jun 21, 2018 · 1 comment
Closed

Beeweb cannot parse HTTP port from app.conf #26

rillhu opened this issue Jun 21, 2018 · 1 comment

Comments

@rillhu
Copy link

rillhu commented Jun 21, 2018

Hi,
I run the project successfully. But I find that the project cannot bind the listen port to 8090, although I changed it to 8090 in app.conf.

2018/06/21 11:15:22.896 [I] [asm_amd64.s:2337] http server Running on http://:8080

It looks something wrong in assignSingleConfig()

Could you please have a look at the issue?

Thanks!

@rillhu
Copy link
Author

rillhu commented Jun 21, 2018

I refer the reply of #18 Now the issue is fixed by using below app.conf
[dev]
httpport=8090
[prod]
httpport =8090

[beego]
app_name=Beego Web
run_mode=dev

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

[github]
client_id=
client_secret=

[app]

@rillhu rillhu closed this as completed Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant