Removed DB_DRIVER parameter
This commit is contained in:
parent
e10a277f65
commit
4e4ae3613f
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue