Redis
This commit is contained in:
@@ -6,6 +6,10 @@ NODE_ENV=development
|
||||
# Database connection string
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/friendolls_dev?schema=public"
|
||||
|
||||
# Redis
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
|
||||
# JWT Configuration
|
||||
# The expected issuer of the JWT token (usually {KEYCLOAK_AUTH_SERVER_URL}/realms/{KEYCLOAK_REALM})
|
||||
JWT_ISSUER=https://your-keycloak-instance.com/auth/realms/your-realm-name
|
||||
|
||||
Reference in New Issue
Block a user