Removed MongoDB support

This commit is contained in:
Essem 2021-08-04 13:31:29 -05:00
parent b24982a298
commit 49ae7578fe
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
4 changed files with 170 additions and 742 deletions

View file

@ -9,8 +9,6 @@ NODE_ENV=development
TOKEN=
# Put the database connection URL here
# Example for MongoDB:
# DB=mongodb://localhost:27017/esmBot
# Example for SQLite:
# DB=sqlite://data.sqlite
# Example for PostgreSQL: