mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 09:42:26 +03:00
9 lines
232 B
Bash
Executable File
9 lines
232 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export ACCOUNTS_URL=http://localhost:3333
|
|
export UPLOAD_URL=http://localhost:3333/files
|
|
export MINIO_ENDPOINT=minio
|
|
export MINIO_ACCESS_KEY=minioadmin
|
|
export MINIO_SECRET_KEY=minioadmin
|
|
|
|
node ./bundle/bundle.js |