~hatch/juju-gui/1130790-create-subapp

1
2
3
4
5
6
7
8
9
10
11
var config = {
  'server': {
    'port': 8888,
    'public_hostname': 'localhost',
    'template_dir': __dirname + '/app/templates/',
    'view_dir': __dirname + '/lib/views/',
    'public_dir': __dirname + '/app'
  }
};

exports.config = config;