apioo / fusio

Open source API management platform

Home Page:https://www.fusio-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

public\apps\fusio\index.htm Path Issue

bangash-92 opened this issue · comments

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

<script> FUSIO_URL = 'http://api_fusio.test/index.php/'; </script>

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.