From 1563576fc742e11a554f6a45605bde92f77a451d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 08 2014 09:22:36 +0000 Subject: Update and restructure the sample configuration file for progit --- diff --git a/files/progit.cfg.sample b/files/progit.cfg.sample index 56c393f..1c3fab9 100644 --- a/files/progit.cfg.sample +++ b/files/progit.cfg.sample @@ -7,10 +7,6 @@ SECRET_KEY='' #DB_URL=postgres://user:pass@host/db_name DB_URL = 'sqlite:////var/tmp/progit_dev.sqlite' -### the number of items (packages, packagers..) to display on the search -### pages -ITEMS_PER_PAGE = 50 - ### The FAS group in which the admin of progit are ADMIN_GROUP = ['sysadmin-main', 'sysadmin-cvs'] @@ -50,3 +46,31 @@ GITOLITE_CONFIG = os.path.join( '..', 'gitolite.conf' ) + + +### Home folder of the gitolite user +### Folder where to run gl-compile-conf from +GITOLITE_HOME = None + +### Folder containing all the public ssh keys for gitolite +GITOLITE_KEYDIR = None + +### Path to the gitolite.rc file +GL_RC = None + +### Path to the /bin directory where the gitolite tools can be found +GL_BINDIR = None + + + +# Optional configuration + +### Default SMTP server to use for sending emails +#SMTP_SERVER = 'localhost' + +### Email used to sent emails +#FROM_EMAIL = 'progit@fedoraproject.org' + +### the number of items (packages, packagers..) to display on the search +### pages +ITEMS_PER_PAGE = 50