Hi all!
I have a Grav website installed on a domain, let's say grav.local. For security reasons, I can only access the admin using this domain, but this website is publicly accessible on another domain, let's say grav.com.
Grav, as expected, created two env folders, one for grav.local and another for grav.com. The problem is that I can only edit the grav.local files, as mentioned above.
How can I point to the configs of grav.local when accessing grav.com? Or in another words, can I get rid of the environments and have a single folder with configs, no matter the environment?
Thanks in advance!