devtools sample configs
This commit is contained in:
parent
938a53a32c
commit
1a3ac059a2
2 changed files with 33 additions and 0 deletions
19
devtools/fakehub.conf.sample
Normal file
19
devtools/fakehub.conf.sample
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[hub]
|
||||
|
||||
# example configuration for fakehub
|
||||
DBName = koji
|
||||
DBUser = koji
|
||||
KojiDir = /mnt/koji
|
||||
DisableNotifications = True
|
||||
|
||||
EnableMaven = True
|
||||
EnableWin = True
|
||||
|
||||
CheckClientIP = False
|
||||
|
||||
#KojiDebug = On
|
||||
LogLevel = DEBUG
|
||||
|
||||
#KojiTraceback = normal
|
||||
KojiTraceback = extended
|
||||
|
||||
14
devtools/fakeweb.conf.sample
Normal file
14
devtools/fakeweb.conf.sample
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[web]
|
||||
SiteName = koji
|
||||
|
||||
# Key urls
|
||||
KojiHubURL = http://localhost/kojihub
|
||||
KojiFilesURL = http://localhost/kojifiles
|
||||
|
||||
Secret = toomanysecrets
|
||||
|
||||
PythonDebug = on
|
||||
LogLevel = DEBUG
|
||||
|
||||
# prevent web code from tweaking the path
|
||||
LibPath = /nosuchpath
|
||||
Loading…
Add table
Add a link
Reference in a new issue