Show More
@@ -223,6 +223,11 b' rss_include_diff = false' | |||||
223 | show_sha_length = 12 |
|
223 | show_sha_length = 12 | |
224 | show_revision_number = false |
|
224 | show_revision_number = false | |
225 |
|
225 | |||
|
226 | ## Canonical URL to use when creating full URLs in UI and texts. | |||
|
227 | ## Useful when the site is available under different names or protocols. | |||
|
228 | ## Defaults to what is provided in the WSGI environment. | |||
|
229 | #canonical_url = https://kallithea.example.com/repos | |||
|
230 | ||||
226 | ## gist URL alias, used to create nicer urls for gist. This should be an |
|
231 | ## gist URL alias, used to create nicer urls for gist. This should be an | |
227 | ## url that does rewrites to _admin/gists/<gistid>. |
|
232 | ## url that does rewrites to _admin/gists/<gistid>. | |
228 | ## example: http://gist.example.com/{gistid}. Empty means use the internal |
|
233 | ## example: http://gist.example.com/{gistid}. Empty means use the internal |
@@ -220,6 +220,11 b' rss_include_diff = false' | |||||
220 | show_sha_length = 12 |
|
220 | show_sha_length = 12 | |
221 | show_revision_number = false |
|
221 | show_revision_number = false | |
222 |
|
222 | |||
|
223 | <%text>## Canonical URL to use when creating full URLs in UI and texts.</%text> | |||
|
224 | <%text>## Useful when the site is available under different names or protocols.</%text> | |||
|
225 | <%text>## Defaults to what is provided in the WSGI environment.</%text> | |||
|
226 | #canonical_url = https://kallithea.example.com/repos | |||
|
227 | ||||
223 | <%text>## gist URL alias, used to create nicer urls for gist. This should be an</%text> |
|
228 | <%text>## gist URL alias, used to create nicer urls for gist. This should be an</%text> | |
224 | <%text>## url that does rewrites to _admin/gists/<gistid>.</%text> |
|
229 | <%text>## url that does rewrites to _admin/gists/<gistid>.</%text> | |
225 | <%text>## example: http://gist.example.com/{gistid}. Empty means use the internal</%text> |
|
230 | <%text>## example: http://gist.example.com/{gistid}. Empty means use the internal</%text> |
@@ -216,6 +216,11 b' rss_include_diff = false' | |||||
216 | show_sha_length = 12 |
|
216 | show_sha_length = 12 | |
217 | show_revision_number = false |
|
217 | show_revision_number = false | |
218 |
|
218 | |||
|
219 | ## Canonical URL to use when creating full URLs in UI and texts. | |||
|
220 | ## Useful when the site is available under different names or protocols. | |||
|
221 | ## Defaults to what is provided in the WSGI environment. | |||
|
222 | #canonical_url = https://kallithea.example.com/repos | |||
|
223 | ||||
219 | ## gist URL alias, used to create nicer urls for gist. This should be an |
|
224 | ## gist URL alias, used to create nicer urls for gist. This should be an | |
220 | ## url that does rewrites to _admin/gists/<gistid>. |
|
225 | ## url that does rewrites to _admin/gists/<gistid>. | |
221 | ## example: http://gist.example.com/{gistid}. Empty means use the internal |
|
226 | ## example: http://gist.example.com/{gistid}. Empty means use the internal |
@@ -222,6 +222,11 b' show_sha_length = 12' | |||||
222 | #show_revision_number = false |
|
222 | #show_revision_number = false | |
223 | show_revision_number = true |
|
223 | show_revision_number = true | |
224 |
|
224 | |||
|
225 | ## Canonical URL to use when creating full URLs in UI and texts. | |||
|
226 | ## Useful when the site is available under different names or protocols. | |||
|
227 | ## Defaults to what is provided in the WSGI environment. | |||
|
228 | #canonical_url = https://kallithea.example.com/repos | |||
|
229 | ||||
225 | ## gist URL alias, used to create nicer urls for gist. This should be an |
|
230 | ## gist URL alias, used to create nicer urls for gist. This should be an | |
226 | ## url that does rewrites to _admin/gists/<gistid>. |
|
231 | ## url that does rewrites to _admin/gists/<gistid>. | |
227 | ## example: http://gist.example.com/{gistid}. Empty means use the internal |
|
232 | ## example: http://gist.example.com/{gistid}. Empty means use the internal |
General Comments 0
You need to be logged in to leave comments.
Login now