您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. const config = {
  2. /** Server info */
  3. host: 'localhost',
  4. port: 3001,
  5. /** URL preceding endpoints */
  6. apiBase: 'api',
  7. /** Uncomment for cross-origin */
  8. corsSupported: false
  9. }
  10. export { config }