rengine
rengine copied to clipboard
.env file overwrited
I didn't make any necessary changes to the. env file, why did this issue occur
👋 Hi @AAHOne, Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.
![]()
I didn't make any necessary changes to the. env file, why did this issue occur
Did you pull new changes from this repo by accident? What did you change outside the .env file?
@yogeshojha .env file must be removed from index, added to .gitignore, and replaced by .env-dist Problem is that if we remove the file, it will remove it from existing installation Did you have a solution ?