steedos-platform/creator/start.bat

6 lines
233 B
Batchfile
Raw Normal View History

2017-12-08 04:20:53 +00:00
set DB_SERVER=192.168.0.21
2017-12-08 06:32:55 +00:00
set MONGO_URL=mongodb://%DB_SERVER%/creator
2017-12-08 04:20:53 +00:00
set MONGO_OPLOG_URL=mongodb://%DB_SERVER%/local
2017-12-08 06:32:55 +00:00
set MULTIPLE_INSTANCES_COLLECTION_NAME=creator_instances
2017-12-08 10:09:32 +00:00
set ROOT_URL=http://127.0.0.1:5000
2017-12-08 04:20:53 +00:00
meteor run --port 5000