Closed hmuhdkamran closed 6 years ago
I have a staging and production server at same Linux server, the endpoints of kastrel should be use in UseUrls, for development you don't have to change ip, but for production if you have more than one you need change ports and system ip.
If we put "server.urls": "http://127.0.0.1:19081" in app.development.json and in app.production.js, we can acheive this.
"server.urls": "http://127.0.0.1:19081"
Thanks
I have a staging and production server at same Linux server, the endpoints of kastrel should be use in UseUrls, for development you don't have to change ip, but for production if you have more than one you need change ports and system ip.