summaryrefslogtreecommitdiff
path: root/provider_base/services/webapp.json
blob: 8ccd3e3e1bc7d39682eb7c6672466484c7490b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "webapp": {
    "modules": ["user", "billing", "help"],
    "couchdb_hosts": "= hostnames nodes[:services => :couchdb][:local => local]",
    // NOTE: this is bad, but pending a fix to https://leap.se/code/issues/1163
    // before we can use user "webapp"
    "couchdb_user": "= global.services[:couchdb].couch.users[:admin]",
    "favicon": "= file_path 'branding/favicon.ico'",
    "tail_scss": "= file_path 'branding/tail.scss'",
    "head_scss": "= file_path 'branding/head.scss'",
    "img_dir": "= file_path 'branding/img'"
  },
  "definition_files": {
    "provider": "= file :provider_json_template",
    "eip_service": "= file :eip_service_json_template"
  },
  "service_type": "public_service",
  "api": {
    "domain": "= 'api.' + domain.full_suffix",
    "port": "4430"
  },
  "dns": {
    "aliases": "= [domain.full, api.domain]"
  },
  "x509": {
    "use": true,
    "ca_cert": "= file :ca_cert, :missing => 'provider CA. Run `leap cert ca`'",
    "client_ca_cert": "= file_path :client_ca_cert",
    "client_ca_key": "= file_path :client_ca_key",
    "commercial_cert": "= file [:commercial_cert, global.provider.domain]",
    "commercial_key": "= file [:commercial_key, global.provider.domain]",
    "commercial_ca_cert": "= try_file :commercial_ca_cert"
  }
}