databucket-server
databucket-server copied to clipboard
Getting incorrect port for API
I use in configuration server port: 8090, but frontend uses 8080 for API.
I also observed the same. I had to remove Jenkins from 8080 and run Databucket there.
I've tried to reproduce it. It works on my computer. Maybe this is some corner case I can not repeat.
server:
port: 8090
servlet.context-path: /
Ok. I see. It occurs when run inside IDE. I'll check what is wrong.
It seems to be overwritten by IntelliJ. It can be forced by adding property in the "Run/Debug Configurations".