EmboFlow/.env.example

18 lines
283 B
Plaintext

NODE_ENV=development
WEB_PORT=3000
API_PORT=3001
WORKER_PORT=3002
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