Rename .env/ to .envs/

This commit is contained in:
Nikita P. Shupeyko 2017-08-24 18:24:59 +03:00
parent b4db0847bd
commit f8dc065a84
7 changed files with 3 additions and 3 deletions

View File

@ -283,7 +283,7 @@ if '{{ cookiecutter.open_source_license }}' == 'Not open source':
remove_open_source_files()
# Append `.env/` to the generated project's `.gitignore`.
dotenv_dir_path = '.env/'
dotenv_dir_path = '.envs/'
append_to_gitignore(dotenv_dir_path)
# Append `.env` to the generated project's `.gitignore`.

View File

@ -1,2 +0,0 @@
POSTGRES_USER=postgresuser
POSTGRES_PASSWORD=postgrespassword

View File

@ -0,0 +1,2 @@
POSTGRES_USER={{cookiecutter.project_slug}}
POSTGRES_PASSWORD=postgrespassword