Browse Source

conf

master
zeus 3 years ago
parent
commit
56fd40f1b6
  1. 1
      .gitignore
  2. 4
      swarmlab-app/src/run/runconfig.js

1
.gitignore

@ -2,6 +2,7 @@
*.retry
runconfig.js
/swarmlab-app/src/run/runconfig.js
.DS_Store
node_modules
/dist

4
swarmlab-app/src/run/runconfig.js

@ -3,8 +3,8 @@ var config = {};
config.mongo = {};
config.redis = {};
config.mongo.user = 'user'
config.mongo.password= 'pass'
config.mongo.user = 'user1'
config.mongo.password= 'pass1'
config.redis.host = 'redisserver';
config.redis.port = 6379;

Loading…
Cancel
Save