Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #SECRET=568bd5bcbe553e2692fc0476e4e176b4c6df57771235fbb2
- #KEYCLOAK_SERVER="https://10.251.0.30:10002"
- #KEYCLOAK_ISSUER="https://10.251.0.30:10002/realms/API.Server.local"
- #KEYCLOAK_ISSUER="https://192.168.1.3:10002/realms/API.Server.local"
- #KEYCLOAK_AUDIENCE=Fastapi
- #KEYCLOAK_JWKS_URL="https://192.168.1.3/realms/API.Server.local/protocol/openid-connect/certs"
- #KEYCLOAK_JWKS_URL="https://10.251.0.30/realms/API.Server.local/protocol/openid-connect/certs"
-
-
- #CLINET SETTINGS
- KEYCLOAK_AUDIENCE=Fastapi
- SECRET=568bd5bcbe553e2692fc0476e4e176b4c6df57771235fbb2
-
- #KEYCLOAK URLS
- KEYCLOAK_SERVER=https://10.251.0.30:10002
- KEYCLOAK_ISSUER=${KEYCLOAK_SERVER}/realms/API.Server.local
- KEYCLOAK_PROTOCOL_ENDPOINT=${KEYCLOAK_ISSUER}/protocol/openid-connect
- KEYCLOAK_JWKS_URL=${KEYCLOAK_PROTOCOL_ENDPOINT}/certs
- KEYCLOAK_AUTH_URL=${KEYCLOAK_PROTOCOL_ENDPOINT}/auth
- KEYCLOAK_TOKEN_URL=${KEYCLOAK_PROTOCOL_ENDPOINT}/token
|