synapse-admin
synapse-admin copied to clipboard
rename .env to .env.example
closes #368
I'd suggest to add ".env" to the .gitignore file. Then you can simply clone the repository and are sure that you do not accidentally commit your local .env file.
I'd suggest to add ".env" to the .gitignore file.
I've added that to the PR, thanks for the suggestion.