~ibmcharmers/charms/trusty/layer-ibm-mobilefirst-server/devel

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Suchitra Venugopal
  • Date: 2016-09-06 09:48:53 UTC
  • Revision ID: suchvenu@in.ibm.com-20160906094853-1n09myeisek096nm
IBM MobileFirst Server

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
  dftdbpath:
3
 
    type: string
4
 
    default: "/tmp"
5
 
    description: |
6
 
        This parameter contains the default file path used to create databases under
7
 
        the database manager.  If no path is specified when a database is created, the
8
 
        database is created under the path specified by the dftdbpath parameter.
 
2
  worklight_passwd:
 
3
    type: string
 
4
    default: "admin123"
 
5
    description: |
 
6
        This parameter contains the default password for logging into Worklight console
 
7
  worklight_user:
 
8
    type: string
 
9
    default: "admin"
 
10
    description: |
 
11
        This parameter contains the username for logging into Worklight console