mirror of
https://github.com/macports/macports-infrastructure.git
synced 2026-07-12 18:18:46 -07:00
46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
{
|
|
"production": false,
|
|
"privkey": "/var/keys/macports-privkey.pem",
|
|
"buildboturl": "http://domain.tld:8010/",
|
|
"slaveprefix": "/opt/local",
|
|
"toolsprefix": "/opt/mports",
|
|
"jobstoolsprefix": "/opt/local",
|
|
"deploy": {
|
|
"maxcdn": {
|
|
"secrets": "/var/keys/maxcdn-secrets.json"
|
|
},
|
|
"www": {
|
|
"host": "",
|
|
"user": "",
|
|
"sshkeyfile": "",
|
|
"sshknownhostsfile": "ssh_known_hosts",
|
|
"destpath": "",
|
|
"maxcdnzoneid": 0
|
|
},
|
|
"portindex": {
|
|
"host": "",
|
|
"user": "",
|
|
"sshkeyfile": "",
|
|
"sshknownhostsfile": "ssh_known_hosts"
|
|
},
|
|
"guide": {
|
|
"host": "",
|
|
"user": "",
|
|
"sshkeyfile": "",
|
|
"sshknownhostsfile": "ssh_known_hosts",
|
|
"destpath": "",
|
|
"maxcdnzoneid": 0
|
|
},
|
|
"man": {
|
|
"host": "",
|
|
"user": "",
|
|
"sshkeyfile": "",
|
|
"sshknownhostsfile": "ssh_known_hosts",
|
|
"destpath": ""
|
|
},
|
|
"mirror": {
|
|
"distfilesdir": ""
|
|
}
|
|
}
|
|
}
|