moved from redis-stack-server to base redis , prepping for release

This commit is contained in:
2025-03-20 13:53:59 -07:00
parent 57c82dd71c
commit b7908da5bf
7 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +1,5 @@
BASE_DOMAIN = domain.app
REDIRECT_URI = https://backend.app/api/auth/callback
APP_URI = https://frontend.app
DB_URI = postgres://your_database_username:your_database_password@your_postgres_host:your_database_port/your_database_name
REDIS_URI = redis://your_redis_host:6379