From 84571af9da3bc8727d67e02498e541f771db644c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 01 2015 07:29:19 +0000 Subject: Document DOC_APP_URL in the sample configuration file --- diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index 8d20c25..2f80884 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -30,6 +30,10 @@ SALT_EMAIL = '' ### The URL at which the project is available. APP_URL = 'https://pagure.io/' +### The URL at which the documentation of projects will be available +## This should be in a different domain to avoid XSS issues since we want +## to allow raw html to be displayed. +DOC_APP_URL = 'https://docs.pagure.org' ### The URL to use to clone git repositories. GIT_URL_SSH = 'git@pagure.io'