feat(database): fix postgres driver and use redis

This commit is contained in:
Pihkaal
2025-12-04 17:37:03 +01:00
parent 6a18ebf072
commit 29dbfbc8c6
6 changed files with 93 additions and 3 deletions

View File

@@ -1,2 +1,5 @@
# Postgres database url
DATABASE_URL=""
# Redis url
REDIS_URL=""