#Change APP_ID to a unique number if you want to run multiple instances of the app on the same machine.
APP_ID=26
ENABLE_CONFIG_SYNC=true
TRACE_PERFORMANCE=true
ENABLE_PROJECT_STARTUP=false
PRIO_LOCAL_CONFIG=true

MODEL_DIR=./model/
DATA_DIR=./data/

KEYCLOAK__URL=http://localhost:4300/auth/realms/FLNet-Platform

WS_URL=ws://localhost:4300/api/testembed/
HTTP_URL=http://localhost:4300/api/testembed/

#replace http://localhost:4300 with https://dev.federated-learning.net/ if you want to connect to the staging environment of the platform.
#Make sure to also update the KEYCLOAK__URL accordingly.