mma-gpacts-app/config.js
2020-04-04 15:50:15 -07:00

10 lines
187 B
JavaScript

// 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