mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-02 09:13:54 +03:00
11 lines
298 B
Bash
11 lines
298 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
export ACCOUNTS_URL=http://localhost:3333
|
||
|
export UPLOAD_URL=http://localhost:3333/files
|
||
|
export TRANSACTOR_URL=ws://localhost:3333
|
||
|
export ELASTIC_URL=http://elastic:9200
|
||
|
export MINIO_ENDPOINT=minio
|
||
|
export MINIO_ACCESS_KEY=minioadmin
|
||
|
export MINIO_SECRET_KEY=minioadmin
|
||
|
|
||
|
node ./bundle.js
|