##// END OF EJS Templates
ini: updated small found problems.
marcink -
r2032:a66b7348 default
parent child Browse files
Show More
@@ -209,7 +209,7 b' gist_alias_url ='
209 209 ## authentication token. Such view would be only accessible when used together
210 210 ## with this authentication token
211 211 ##
212 ## list of all views can be found under `_admin/permissions/auth_token_access`
212 ## list of all views can be found under `/_admin/permissions/auth_token_access`
213 213 ## The list should be "," separated and on a single line.
214 214 ##
215 215 ## Most common views to enable:
@@ -567,7 +567,7 b' vcs.backends = hg, git, svn'
567 567
568 568 vcs.connection_timeout = 3600
569 569 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
570 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible
570 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
571 571 #vcs.svn.compatible_version = pre-1.8-compatible
572 572
573 573
@@ -183,7 +183,7 b' gist_alias_url ='
183 183 ## authentication token. Such view would be only accessible when used together
184 184 ## with this authentication token
185 185 ##
186 ## list of all views can be found under `_admin/permissions/auth_token_access`
186 ## list of all views can be found under `/_admin/permissions/auth_token_access`
187 187 ## The list should be "," separated and on a single line.
188 188 ##
189 189 ## Most common views to enable:
@@ -536,7 +536,7 b' vcs.backends = hg, git, svn'
536 536
537 537 vcs.connection_timeout = 3600
538 538 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out.
539 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible
539 ## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible
540 540 #vcs.svn.compatible_version = pre-1.8-compatible
541 541
542 542
General Comments 0
You need to be logged in to leave comments. Login now