const config = { /** Server info */ host: 'localhost', port: 3001, /** URL preceding endpoints */ apiBase: 'api', /** Uncomment for cross-origin */ corsSupported: false } export { config }