steedos-platform/creator/.env

9 lines
283 B
Bash

ROOT_URL=http://127.0.0.1:3100
METEOR_ALLOW_SUPERUSER=1
METEOR_PROFILE=
TOOL_NODE_FLAGS=--max-old-space-size=3096
STEEDOS_STORAGE_DIR=./storage
TRANSPORTER=redis://127.0.0.1:6379
CACHER=redis://127.0.0.1:6379/1
MONGO_URL=mongodb://127.0.0.1:27017/steedos
CREATOR_NODE_ENV=development