How to add production and development server_api_url in jhipster?

287 Views Asked by At

I have created angular + spring boot application using jhipster. Now during development i have used localhost:8080 for calling apis. But in production i need to update server_api_url to something http://mysever:8080. How to config such thing in jhipster?

0

There are 0 best solutions below