ソースを参照

.env Updated

master
Lorenzo Pollutri 10時間前
コミット
cd842276a9
1個のファイルの変更4行の追加12行の削除
  1. +4
    -12
      .env

+ 4
- 12
.env ファイルの表示

@@ -1,15 +1,10 @@
#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"

set -a
. /data/conf/presence/core.conf
set +a

#CLINET SETTINGS
KEYCLOAK_AUDIENCE=account,reslevis-frontend,Fastapi
SECRET=wojuoB7Z5xhlPFrF2lIxJSSdVHCApEgC
SECRET=$client_secret

#KEYCLOAK URLS
KEYCLOAK_SERVER=https://10.251.0.30:10002
@@ -19,8 +14,5 @@ KEYCLOAK_JWKS_URL=${KEYCLOAK_PROTOCOL_ENDPOINT}/certs
KEYCLOAK_AUTH_URL=${KEYCLOAK_PROTOCOL_ENDPOINT}/auth
KEYCLOAK_TOKEN_URL=${KEYCLOAK_PROTOCOL_ENDPOINT}/token

#CORE info
CORE_API_URL=http://localhost:1902

#BLE AI infer CSV
BLE_AI_INFER_CSV=/data/service/ble-ai-localizer/data/infer/infer.csv

読み込み中…
キャンセル
保存