From 18576c5c22b62e1f2cb2b231091b48a1be8bf8de Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jun 27 2017 16:58:56 +0000 Subject: devtools sample configs --- diff --git a/devtools/fakehub.conf.sample b/devtools/fakehub.conf.sample new file mode 100644 index 0000000..0b73706 --- /dev/null +++ b/devtools/fakehub.conf.sample @@ -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 + diff --git a/devtools/fakeweb.conf.sample b/devtools/fakeweb.conf.sample new file mode 100644 index 0000000..1145a3e --- /dev/null +++ b/devtools/fakeweb.conf.sample @@ -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