Change default database to SQLite
This commit is contained in:
parent
e738bc2468
commit
e12e5f8255
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue