platform/server/front/run.sh

10 lines
271 B
Bash
Raw Normal View History

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