This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
helix/internal/config/testdata/config-valid.json

39 lines
1.1 KiB
JSON

{
"project": "forge-platform-test-config",
"docker": {
"network": {
"subnet": "172.17.1.0/24",
"name": "forge-platform-test-netwwork",
"driver": "default"
},
"sharedVolume": {
"name": "shared-volume"
}
},
"services": {
"traefik": {
"checkNewVersion": true,
"containerIp": "172.17.1.2",
"domain": "forge.test.local",
"logLevel": "info",
"sendAnonymousUsage": false,
"version": "v2.4.9"
},
"gitea": {
"appName": "A git hosting platform",
"baseUri": "git",
"containerIp": "172.17.1.3",
"dataDirectory": "/helix/data/gitea",
"domain": "forge.test.local",
"httpPort": 3000,
"internalToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE2MjY0ODQxNjV9.Lp2v7vluALZtAng1jte5-SvF69iAUoh9pFBxf-IJ1a0",
"logLevel": "info",
"rootUrl": "https://forge.test.local/git",
"runMode": "test",
"secretKey": "gBFbTiV4GTwzonAyyHNKghc9lmWvaTmFqZs5u0h14Qgx5yp1OKlrZKgw1e5LfCiE",
"sshDomain": "forge.test.local",
"sshPort": 2222,
"version": "1.14.4"
}
}
}