-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 839 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ORIGIN=http://localhost:5200
# OBP API Configuration
PUBLIC_OBP_BASE_URL="http://localhost:8080"
OBP_API_HOST=localhost:8080
OBP_API_URL=http://localhost:8080
# Entity Prefix Configuration (optional, defaults to empty)
# OBP_ENTITY_PREFIX=
# OIDC Configuration (OBP-OIDC provider)
OBP_OAUTH_CLIENT_ID=your-client-id
OBP_OAUTH_CLIENT_SECRET=your-client-secret
OBP_OAUTH_WELL_KNOWN_URL=http://127.0.0.1:9000/obp-oidc/.well-known/openid-configuration
APP_CALLBACK_URL=http://localhost:5200/login/callback
# Optional: Keycloak Configuration (if using Keycloak provider)
# KEYCLOAK_OAUTH_CLIENT_ID=your-keycloak-client-id
# KEYCLOAK_OAUTH_CLIENT_SECRET=your-keycloak-client-secret
# Redis Configuration
REDIS_HOST="localhost"
REDIS_PORT="6379"
# REDIS_PASSWORD="your-redis-password" # Optional: uncomment if Redis requires authentication