jccytech.js 369 B

12345678910111213
  1. module.exports = {
  2. type: 'jccytech',
  3. cookie: {
  4. path: '/',
  5. httpOnly: true,
  6. domain: '.jccytech.cn',
  7. secure: true, //behind https nginx
  8. maxAge: 1000 * 3600 * 24 * 3, // 3 day.
  9. },
  10. mongodbUrl: 'mongodb://coloring:coloring123.@localhost:62701/artsite?authSource=admin',
  11. host: 'http://color.jccytech.cn',
  12. resHost: 'http://color.jccytech.cn',
  13. }