12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
# Environment variables para frontend
|
|
PUBLIC_API_URL=http://localhost:8000/api/
|
|
|
|
# Configuración de Keycloak para SSO
|
|
PUBLIC_KEYCLOAK_URL=http://localhost:8080
|
|
PUBLIC_KEYCLOAK_REALM=master
|
|
PUBLIC_KEYCLOAK_CLIENT_ID=anexo76-frontend
|
|
|
|
# Opcional: Habilitar/deshabilitar proveedores SSO
|
|
PUBLIC_ENABLE_MICROSOFT_SSO=true
|
|
PUBLIC_ENABLE_GOOGLE_SSO=false
|