summaryrefslogtreecommitdiff
path: root/provider.json
blob: 70244f4d68380def9e435e6d49efe3e9ab667efa (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
//
// General service provider configuration.
//
{
  "domain": "lut.bitmask.net",
  "name": {
    "en": "LEAP Upgrade Test"
  },
  "description": {
    "en": "You really should change this text"
  },
  "contacts": {
    "default": "root@lut.bitmask.net"
  },
  "languages": ["en"],
  "default_language": "en",
  "enrollment_policy": "open",
    "sources":   {
        "apt": {
            "backports": "http://deb.debian.org/debian",
            "basic": "http://deb.debian.org/debian",
            "security": "http://deb.debian.org/debian"
        }
    }
}