Switch to postgres in docker compose
This commit is contained in:
parent
5d2e2b5274
commit
9f300f763a
4 changed files with 35 additions and 23 deletions
|
@ -9,13 +9,13 @@ NODE_ENV=development
|
|||
TOKEN=
|
||||
|
||||
# Put database type here (mongo or postgres)
|
||||
DB_DRIVER=mongo
|
||||
DB_DRIVER=postgres
|
||||
|
||||
# Put the database connection URL here
|
||||
# Example for PostgreSQL:
|
||||
# DB=postgresql://esmbot@localhost:5432/esmbot
|
||||
# Example for MongoDB:
|
||||
DB=mongodb://localhost:27017/esmBot
|
||||
# DB=mongodb://localhost:27017/esmBot
|
||||
# Example for PostgreSQL:
|
||||
DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
||||
|
||||
# Put snowflake ID of bot owner here
|
||||
OWNER=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue