1export default { 2 // config options 3 server: { 4 host: '0.0.0.0', 5 allowedHosts: ['yourdomain.com'] 6 } 7}