steedos-platform/creator/start.bat
2017-12-12 14:45:35 +08:00

6 lines
233 B
Batchfile

set DB_SERVER=192.168.0.21
set MONGO_URL=mongodb://%DB_SERVER%/steedos
set MONGO_OPLOG_URL=mongodb://%DB_SERVER%/local
set MULTIPLE_INSTANCES_COLLECTION_NAME=creator_instances
set ROOT_URL=http://127.0.0.1:5000
meteor run --port 5000