I just watched an awesome presentation about Single Page App. I also looked at the sample code but couldn't figure out where we set WebApi url in upshot.
We set datasource here:
@(Html.UpshotContext(bufferChanges: true).DataSource<DataServiceController>(x => x.GetDeliveriesForToday()))
But how do I set the source URL for a different environment?