comparison production.ini @ 3850:7a4df261a375 beta

added alias configuration option for gists. Used to generate nice looking urls for gists
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 12 May 2013 16:58:01 +0200
parents 88f11b5eb6db
children 056827d78073
comparison
equal deleted inserted replaced
3849:b4fc29a051ae 3850:7a4df261a375
112 rss_include_diff = false 112 rss_include_diff = false
113 113
114 ## options for showing and identifying changesets 114 ## options for showing and identifying changesets
115 show_sha_length = 12 115 show_sha_length = 12
116 show_revision_number = true 116 show_revision_number = true
117
118 ## gist URL alias, used to create nicer urls for gist. This should be an
119 ## url that does rewrites to _admin/gists/<gistid>.
120 ## example: http://gist.rhodecode.org/{gistid}. Empty means use the internal
121 ## RhodeCode url, ie. http[s]://rhodecode.server/_admin/gists/<gistid>
122 gist_alias_url =
117 123
118 ## white list of API enabled controllers. This allows to add list of 124 ## white list of API enabled controllers. This allows to add list of
119 ## controllers to which access will be enabled by api_key. eg: to enable 125 ## controllers to which access will be enabled by api_key. eg: to enable
120 ## api access to raw_files put `FilesController:raw`, to enable access to patches 126 ## api access to raw_files put `FilesController:raw`, to enable access to patches
121 ## add `ChangesetController:changeset_patch`. This list should be "," separated 127 ## add `ChangesetController:changeset_patch`. This list should be "," separated