config.js 658 B

123456789101112131415161718192021
  1. module.exports = {
  2. appKey : 'mgb7ka1nbs3wg',
  3. appSecret : 'm1Rv2MHHND',
  4. token : {
  5. userId : '0001',
  6. name : 'TestUser',
  7. portraitUri : 'http://rongcloud.cn/images/logo.png'
  8. },
  9. message : {
  10. fromUserId : '546eb521c613156d331e91bb',
  11. toUserId : '5460603c1002a6e311f89e7f',
  12. textMsg : 'Hello, world!'
  13. },
  14. group : {
  15. userId : '5460603c1002a6e311f89e7f',
  16. groupIdNamePairs : { 'ProgrammerGroup1' : '程序猿交流群1', 'DriverGroup1' : '赛车手爱好者2群' }
  17. },
  18. chatroom : {
  19. chatroomIdNamePairs : { 'EatingFans' : '吃货大本营', 'ProCylcing' : '骑行专家', 'DriodGeek' : '手机极客', 'HackerHome' : '黑客之家' }
  20. }
  21. }