We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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]
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: