mma-gpacts-app/config.js

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