mrellipse / toucan

Boilerplate template using Vue.js, TypeScript and .NET Core 2.1, based on SOLID design principles
MIT License
212 stars 36 forks source link

Suggestion #24

Closed hmuhdkamran closed 6 years ago

hmuhdkamran commented 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.

hmuhdkamran commented 6 years ago

If we put "server.urls": "http://127.0.0.1:19081" in app.development.json and in app.production.js, we can acheive this.

Thanks