I am developing the application locally with setting up the application development environment. I think this is being installed in a file .htaccess.
Then I deployed the new versions to the production server.
I do not want to manually change the application environment manually each time a new version is deployed.
How can I do this, so I can automatically set the application environment variable (perhaps based on the location that it is located? Ie myapp.comvs. myapp.local)?
source
share