24 lines
478 B
Plaintext
24 lines
478 B
Plaintext
NODE_ENV=development
|
|
|
|
WEB_PORT=3000
|
|
API_PORT=3001
|
|
WORKER_PORT=3002
|
|
API_HOST=127.0.0.1
|
|
|
|
MONGO_URI=mongodb://127.0.0.1:27017
|
|
|
|
MONGO_PORT=27017
|
|
MONGO_DB=emboflow
|
|
MONGO_ROOT_USERNAME=emboflow
|
|
MONGO_ROOT_PASSWORD=emboflow
|
|
|
|
MINIO_PORT=9000
|
|
MINIO_CONSOLE_PORT=9001
|
|
MINIO_ROOT_USER=emboflow
|
|
MINIO_ROOT_PASSWORD=emboflow123
|
|
|
|
STORAGE_PROVIDER=minio
|
|
CORS_ORIGIN=http://127.0.0.1:3000
|
|
VITE_API_BASE_URL=http://127.0.0.1:3001
|
|
LOCAL_SAMPLE_DATA_PATH=/Users/longtaowu/workspace/emboldata/data
|