~zaidka/charms/trusty/genieacs/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Zaid Abdulla
  • Date: 2016-02-08 05:19:12 UTC
  • Revision ID: zaid@genieacs.com-20160208051912-2i3fjens5cp7xsgf
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  repo:
 
3
    type: string
 
4
    default: https://github.com/zaidka/genieacs.git
 
5
    description: "GenieACS source code repository"
 
6
  branch:
 
7
    type: string
 
8
    default: master
 
9
    description: "GenieACS repository deployment branch"
 
10
  mongodb_host:
 
11
    type: string
 
12
    default: ""
 
13
    description: "MongoDB database host instead of using: `juju deploy mongodb` locally"
 
14
  mongodb_port:
 
15
    type: string
 
16
    default: "27017"
 
17
    description: "MongoDB database port"
 
18
  redis_host:
 
19
    type: string
 
20
    default: ""
 
21
    description: "Redis cache host instead of using: `juju deploy redis` locally"
 
22
  redis_port:
 
23
    type: string
 
24
    default: "6379"
 
25
    description: "Redis cache port"