mma-gpacts-app/config.js

10 lines
187 B
JavaScript
Raw Normal View History

2020-04-04 22:50:15 +00:00
// 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