platform/pods/front/run.sh
Alexander Onnikov 54e1f79e27
UBERF-6515 Remove TRANSACTOR_URL from front configuration (#5800)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-06-13 12:16:54 +07:00

12 lines
357 B
Bash
Executable File

#!/bin/bash
export ACCOUNTS_URL=http://localhost:3333
export UPLOAD_URL=http://localhost:3333/files
export ELASTIC_URL=http://elastic:9200
export COLLABORATOR_URL=ws://localhost:3078
export COLLABORATOR_API_URL=http://localhost:3078
export MINIO_ENDPOINT=minio
export MINIO_ACCESS_KEY=minioadmin
export MINIO_SECRET_KEY=minioadmin
node ./bundle/bundle.js