added postgres support

This commit is contained in:
2024-02-18 19:04:32 +01:00
parent 38971a9c50
commit 15b79f3fc5
7 changed files with 94 additions and 62 deletions

View File

@@ -1 +1,6 @@
BOT_TOKEN="<Your bot token>"
BOT_TOKEN="<Your bot token>"
DB_USER="postgres"
DB_PASSWORD="<Your db password>"
DB_SERVER="localhost"
DB_PORT=0000
DB_NAME="postgres"