applications:<% if(filters.cloudant) { %>
- services:
  - <%= _.slugify(_.humanize(appname)) %>-cloudantNoSQLDB
  disk_quota: 1024M <% } else { %>
- disk_quota: 1024M <% } %>
  host: <%= _.slugify(_.humanize(appname)) %>
  name: <%= _.slugify(_.humanize(appname)) %>
  command: node server/app.js
  path: .
  domain: mybluemix.net
  instances: 1
  memory: 256M
