superlint/.automation/test/ansible/ghe-initialize/files/ghe-initial-config.json

12 lines
201 B
JSON
Raw Normal View History

2020-02-04 09:49:58 -05:00
{
"private_mode": false,
"signup_enabled": true,
"github_hostname": "github-test.local",
"github_ssl": {
"enabled": false,
"cert": null,
"key": null
},
"auth_mode": "default"
}