From cd842276a941ecd957dd9405b7a97a12da336741 Mon Sep 17 00:00:00 2001 From: pollutri Date: Thu, 5 Feb 2026 11:14:44 +0100 Subject: [PATCH] .env Updated --- .env | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.env b/.env index 5d98ba8..71f73f5 100644 --- a/.env +++ b/.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