debian-koji-osbuild/test/container/hub/hub.conf
Christian Kellner aa8513c20d test: move container/ into test/
Move the container directory, containing the container definitions
for all the test containers, to test/, where all the other test-
related files are located (with the exception of `Schutzbot`).
Use `test/build-container.sh` to build the container, instead of
replicating that in `test-integration.sh`.
2020-09-29 21:40:25 +01:00

38 lines
769 B
Text

[hub]
## DB
DBName = koji
DBUser = koji
DBHost = localhost
#DBPort = 5432
DBPass = kojipass
## FS
KojiDir = /mnt/koji
## Logging
KojiDebug = On
KojiTraceback = extended
## Kerberos
AuthPrincipal = koji@LOCAL
AuthKeytab = /share/koji.keytab
HostPrincipalFormat = compile/%s@LOCAL
ProxyPrincipals = koji@LOCAL
## SSL client certificate auth configuration ##
DNUsernameComponent = CN
ProxyDNs = CN=koji,OU=kojiweb,O=RH,L=BE,ST=BE,C=DE
#ProxyDNs = /C=DE/ST=BE/L=BE/O=RH/CN=kojiweb
## end SSL client certificate auth configuration
## Other options ##
LoginCreatesUser = Off
KojiWebURL = http://localhost:8080/koji
EmailDomain = kojihub.local
NotifyOnSuccess = False
DisableNotifications = True
## Plugins
PluginPath = /usr/lib/koji-hub-plugins
Plugins = osbuild