From 31ed2267f2b276be4a790f18fa3da10abb20cdd6 Mon Sep 17 00:00:00 2001 From: root@culturestrings Date: May 18 2020 21:36:05 +0000 Subject: pagure: pagure.cfg: defined location of mirror ssh keys. --- diff --git a/public/fs/etc/pagure/pagure.cfg.in b/public/fs/etc/pagure/pagure.cfg.in index a04767f..2e45540 100644 --- a/public/fs/etc/pagure/pagure.cfg.in +++ b/public/fs/etc/pagure/pagure.cfg.in @@ -78,6 +78,7 @@ VIRUS_SCAN_ATTACHMENTS = False ### SMTP settings SMTP_SERVER = 'localhost' SMTP_PORT = 25 +SMTP_STARTTLS = True SMTP_SSL = False SMTP_USERNAME = None SMTP_PASSWORD = None @@ -125,6 +126,10 @@ REDIS_PORT = 6379 REDIS_DB = 0 +### mirroring +MIRROR_SSHKEYS_FOLDER = '/srv/pagure/ssh_keys' + + ### git backend GIT_FOLDER = os.path.join( '/srv',