Add .env.template

This commit is contained in:
vmalepati1 2021-06-29 00:02:23 -04:00
parent 5aa33ef4c7
commit b49f7aa5d0
2 changed files with 2 additions and 1 deletions

1
.env.template Normal file
View File

@ -0,0 +1 @@
DATABASE_URL=postgresql://user:password@hostname/database

2
.gitignore vendored
View File

@ -17,5 +17,5 @@ _build
*.iml *.iml
rebar3.crashdump rebar3.crashdump
.DS_Store .DS_Store
.env* *.env
.tool-versions .tool-versions