mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 03:22:19 +03:00
8003611c37
Signed-off-by: Egor Savkin <tomasfire@live.com>
12 lines
365 B
Bash
Executable File
12 lines
365 B
Bash
Executable File
#!/usr/bin/env 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 |