Tell pagure where to store the ssh keys

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-10-09 20:17:01 +02:00
parent 14be968cff
commit 3eef587a39

View file

@ -309,3 +309,5 @@ SLOW_CELERY_QUEUE = 'slow_workers'
PRIVATE_PROJECTS = False
FEDMSG_NOTIFICATIONS = True
THEME = 'pagureio'
MIRROR_SSHKEYS_FOLDER='/srv/mirror/ssh'