Remove refinery.toml from source control

This commit is contained in:
Tyler Hallada 2020-07-19 03:00:54 -04:00
parent 9ea3e35359
commit 9985f123c9
2 changed files with 1 additions and 7 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
**/*.rs.bk **/*.rs.bk
.env .env
Session.vim Session.vim
src/db/refinery.toml

View File

@ -1,7 +0,0 @@
[main]
db_type = "Postgres"
db_host = "localhost"
db_port = "5432"
db_user = "shopkeeper"
db_pass = "K4ZJv7xzF6pioADTukDDis3ZfsgKUC"
db_name = "shopkeeper"