~george-edison55/charms/precise/python-django/fix-readme

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Patrick Hetu
  • Date: 2012-07-06 16:03:20 UTC
  • Revision ID: patrick.hetu@gmail.com-20120706160320-mcq9s8yw81v2nikp
Add more details in variables description

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    vcs:
3
3
        type: string
4
4
        default: "git"
5
 
        description: The vcs software to use.
 
5
        description: |
 
6
          The vcs software to use. Only hg, git, bzr, and svn are currently supported.
6
7
    repos_url:
7
8
        type: string
8
9
        default: ""
14
15
    requirements:
15
16
        type: string
16
17
        default: "./requirements.txt"
17
 
        description: The relative path to the requirement file.
 
18
        description: |
 
19
          The relative path to the requirement file. Note that the charm
 
20
          won't manually upgrade packages defined in this file.
18
21
    site_domain:
19
22
        type: string
20
23
        default: "example.com"
21
 
        description: The domain name of the web site.
 
24
        description: The domain name of the web site. This variable can't be changed after installation.
22
25
    site_username:
23
26
        type: string
24
27
        default: "admin"
25
 
        description: The web site administrator username.
 
28
        description: The web site administrator username. This variable can't be changed after installation.
26
29
    site_password:
27
30
        type: string
28
31
        default: "changeme"
29
 
        description: The web site administrator password.
 
32
        description: The web site administrator password. This variable can't be changed after installation.
30
33
    site_admin_email:
31
34
        type: string
32
35
        default: ""
33
 
        description: The web site administrator email.
 
36
        description: The web site administrator email. This variable can't be changed after installation.
34
37
    site_secret_key:
35
38
        type: string
36
39
        default: ''
37
 
        description: The web site secret key. Leave empty will generate one.
 
40
        description: |
 
41
          The web site secret key. Leave empty will generate one (Note: you don't
 
42
          want that in a multi-unit architechture).
38
43
    wsgi_worker_class:
39
44
        type: string
40
45
        default: "sync"
41
 
        description: Gunicorn workers type
 
46
        description: Gunicorn workers type. This variable can't be changed after installation.
42
47
    swift_auth_url:
43
48
        type: string
44
49
        default: ""