You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the iOS app build flow and android flow you can configure different variables to be used in Production / Staging / Dev builds.
As it stands at least the documented capacitor workflow for capacitor.config.json doesn't allow for using a different values for production vs staging, say you wanted to load from a different server the server.url would have to be edited by the user then copies to the environments.
There are also no best practice / documented recommendations on how to manage the capacitor.config.json file with source control / with staging / ci environments as far as I can find?
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
In the iOS app build flow and android flow you can configure different variables to be used in Production / Staging / Dev builds.
As it stands at least the documented capacitor workflow for
capacitor.config.json
doesn't allow for using a different values for production vs staging, say you wanted to load from a different server theserver.url
would have to be edited by the user then copies to the environments.There are also no best practice / documented recommendations on how to manage the
capacitor.config.json
file with source control / with staging / ci environments as far as I can find?The text was updated successfully, but these errors were encountered: