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
How to use different URLs for production and staging on index.html
I want to access the env "FUSIO_URL" directly instead of this hard code line, on index.html
Hi @bangash-92, so I would recommend to create a dedicated index.html for production and staging, then you can adjust the url according to the environment.
How to use different URLs for production and staging on index.html
<script> FUSIO_URL = 'http://api_fusio.test/index.php/'; </script>I want to access the env "FUSIO_URL" directly instead of this hard code line, on index.html
The text was updated successfully, but these errors were encountered: