env vars naming

This commit is contained in:
2025-03-21 16:28:52 -07:00
parent 9ef4d9e044
commit 1fbab107a2
8 changed files with 36 additions and 36 deletions

View File

@@ -1,5 +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
SPOTMGR_BASE_DOMAIN = domain.app
SPOTMGR_REDIRECT_URI = https://backend.app/api/auth/callback
SPOTMGR_APP_URI = https://frontend.app
SPOTMGR_DB_URI = postgres://your_database_username:your_database_password@your_postgres_host:your_database_port/your_database_name
SPOTMGR_REDIS_URI = redis://your_redis_host:6379