// App configuration // ----------------- module.exports = { app_name: 'Google Photos Actions', hostname: '0.0.0.0', port: 3000 } // vim: ai ts=4 sts=4 et sw=4 ft=javascript