Remove .env file

This commit is contained in:
Tyler Hallada 2020-07-16 00:41:03 -04:00
parent 91ff001c53
commit 25641ed8da
2 changed files with 1 additions and 2 deletions

2
.env
View File

@ -1,2 +0,0 @@
DATABASE_URL="postgresql://shopkeeper:K4ZJv7xzF6pioADTukDDis3ZfsgKUC@localhost/shopkeeper"
RUST_LOG="shopkeeper=debug"

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target /target
**/*.rs.bk **/*.rs.bk
.env