feat: migrate from SQLite to PostgreSQL and update database handling
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
DISCORD_TOKEN=
|
||||
DISCORD_CLIENT_ID=
|
||||
DISCORD_GUILD_ID=
|
||||
DATABASE_URL=file:./data/booster-role.sqlite
|
||||
DATABASE_URL=postgresql://booster_role:booster_role@localhost:5432/booster_role
|
||||
BOOSTER_ROLE_ANCHOR_ROLE_ID=
|
||||
|
||||
Reference in New Issue
Block a user