Change default database to SQLite

This commit is contained in:
Essem 2022-01-04 10:48:28 -06:00 committed by GitHub
parent e738bc2468
commit e12e5f8255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,12 @@ TOKEN=
# Put the database connection URL here # Put the database connection URL here
# Example for SQLite: # Example for SQLite:
# DB=sqlite://data.sqlite DB=sqlite://data.sqlite
# Example for PostgreSQL: # Example for PostgreSQL:
DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot # DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
# Put snowflake ID of bot owner here # Put snowflake ID of bot owner here (obtainable by going into Discord settings -> Appearance and enabling Developer Mode,
# then right clicking on your profile picture and selecting Copy ID)
OWNER= OWNER=
# Put default prefix here # Put default prefix here