Removed DB_DRIVER parameter

This commit is contained in:
TheEssem 2021-04-22 10:09:46 -05:00
parent e10a277f65
commit 4e4ae3613f

View file

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