Good afternoon, I'm trying to develop my firs IOS app using Capacitor and Quasar, but I having a problem: I need to set my hostname and I found that variable in CAPInstanceDescriptor class ( static let hostname = "myhost"), but it doesn't work. How can I fix that? I need to set my host to release my app.
Regards