~justin-fathomdb/charms/trusty/mongodb-proxy/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Justin SB
  • Date: 2014-04-22 01:43:08 UTC
  • Revision ID: justin@fathomdb.com-20140422014308-pln0gd98rrh3dmny
Make JXaaS API Url & auth configurable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  jxaas-url:
 
3
    type: string
 
4
    default: ""
 
5
    description: |
 
6
      The JXaaS API endpoint
 
7
  jxaas-tenant:
 
8
    type: string
 
9
    default: ""
 
10
    description: |
 
11
      The JXaaS tenant
 
12
  jxaas-user:
 
13
    type: string
 
14
    default: ""
 
15
    description: |
 
16
      The JXaaS username
 
17
  jxaas-secret:
 
18
    type: string
 
19
    default: ""
 
20
    description: |
 
21
      The JXaaS password