diff --git a/.env b/.env index f3e7740..1169140 100644 --- a/.env +++ b/.env @@ -1,4 +1,21 @@ -SECRET=568bd5bcbe553e2692fc0476e4e176b4c6df57771235fbb2 -KEYCLOAK_ISSUER="https://192.168.1.3:10002/realms/API.Server.local" +#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 -KEYCLOAK_JWKS_URL="https://192.168.1.3/realms/API.Server.local/protocol/openid-connect/certs" +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 + diff --git a/__pycache__/config_env.cpython-310.pyc b/__pycache__/config_env.cpython-310.pyc new file mode 100644 index 0000000..9bbbc92 Binary files /dev/null and b/__pycache__/config_env.cpython-310.pyc differ