FAQ
What is my default environment?
By default, it is development, but you can change it in the project settings.
What does ENV mean?
Our intention regarding the ENV file is either the .env or .env.local file. We will create one of them based on their presence in your source code (priority is given to .env).
Should I commit my ENV files?
No. We strongly recommend not committing your environment files to version control systems (like Git), as they typically contain sensitive information such as passwords, API keys, and confidential settings that should not be publicly shared or with unauthorized individuals.
Should I commit my .env.gitoq.lock file?
Yes, it is safe and recommended to commit this file as it contains your project identifier.
If you have any questions about the FAQ, please contact us, and we'll be happy to answer them.