summaryrefslogtreecommitdiff
path: root/provider_base/services/webapp.json
blob: 7e12d26e7d7b172c29e475081f946b4ae683c39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "webapp": {
    "modules": ["user", "billing", "help"],
    "couchdb_hosts": "= nodes[:services => :couchdb].field('domain.name')",
    "couchdb_user": "= global.services[:couchdb].couch.users[:webapp]"
  },
  "definition_files": {
    "provider": "= file 'service-definitions/provider.json.erb'",
    "eip_service": "= file 'service-definitions/eip-service.json.erb'"
  },
  "service_type": "public_service",
  "api_domain": "= 'api.' + domain.full_suffix",
  "dns": {
    "aliases": "= [domain.full, api_domain]"
  },
  "x509": {
    "use": true
  }
}