11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
# Keycloak Configuration
|
|
KEYCLOAK_URL=http://localhost:8080
|
|
KEYCLOAK_REALM=angular-app
|
|
KEYCLOAK_CLIENT_ID=angular-app
|
|
KEYCLOAK_CLIENT_SECRET=your-client-secret
|
|
|
|
# API Configuration
|
|
API_BASE_URL=/api
|
|
|
|
# Environment
|
|
NODE_ENV=development |