mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
54e1f79e27
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
10 lines
263 B
Bash
Executable File
10 lines
263 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 MINIO_ENDPOINT=minio
|
|
export MINIO_ACCESS_KEY=minioadmin
|
|
export MINIO_SECRET_KEY=minioadmin
|
|
|
|
node ./bundle/bundle.js |