Removed DB_DRIVER parameter

This commit is contained in:
TheEssem 2021-04-22 10:09:46 -05:00
parent e10a277f65
commit 4e4ae3613f
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ NODE_ENV=development
# Put Discord token here
TOKEN=
# Put database type here (mongo or postgres)
DB_DRIVER=postgres
# Put the database connection URL here
# Example for MongoDB:
# DB=mongodb://localhost:27017/esmBot