~hp-discover/charms/trusty/node-app/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Mark Mims
  • Date: 2012-01-28 01:11:44 UTC
  • Revision ID: mark.mims@canonical.com-20120128011144-o8xqg4rarbkkucja
strong config types

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    default: myapp
5
5
    description: Application Name
6
6
  app_port:
7
 
    type: string
 
7
    type: int
8
8
    default: 8000
9
9
    description: Port where the application will handle requests
10
10
  app_scm: