瀏覽代碼

modified env

master
root 1 周之前
父節點
當前提交
1141c5ca64
共有 2 個檔案被更改,包括 20 行新增3 行删除
  1. +20
    -3
      .env
  2. 二進制
      __pycache__/config_env.cpython-310.pyc

+ 20
- 3
.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


二進制
__pycache__/config_env.cpython-310.pyc 查看文件


Loading…
取消
儲存