add user table

This commit is contained in:
LeoMortari
2025-08-28 22:11:47 -03:00
parent 2ed4a9122d
commit eaa188fac0
3 changed files with 46 additions and 5674 deletions

View File

@@ -1 +1,2 @@
DATABASE_URL="postgresql://username:password@ip_server:port/database?schema=public"
DATABASE_URL="postgresql://username:password@ip_server:port/database?schema=public"
REDIS_URL="redis://username:password@ip_server:port"