Subversion Repositories configs

Rev

Rev 192 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
{
2
    "default": [
3
        {
4
            "type": "insecureAcceptAnything"
5
        }
6
    ],
203 - 7
    "transports": {
8
        "docker": {
9
	    "registry.access.redhat.com": [
10
		{
11
		    "type": "signedBy",
12
		    "keyType": "GPGKeys",
13
		    "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
14
		}
15
	    ],
16
	    "registry.redhat.io": [
17
		{
18
		    "type": "signedBy",
19
		    "keyType": "GPGKeys",
20
		    "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
21
		}
22
	    ]
23
	},
24
        "docker-daemon": {
25
	    "": [
26
		{
27
		    "type": "insecureAcceptAnything"
28
		}
29
	    ]
30
	}
31
    }
192 - 32
}