config.local.js 221 B

123456789
  1. /* eslint valid-jsdoc: "off" */
  2. 'use strict';
  3. module.exports = () => {
  4. return {
  5. // baseUrl: 'https://cnodejs.org/api/v1',
  6. // baseUrl: 'http://localhost:3000',
  7. baseUrl: 'http://106.15.121.64/server',
  8. };
  9. };