# HG changeset patch # User Marcin Kuzminski # Date 2017-08-14 11:33:58 # Node ID a66b7348a4626ad8862eeb1b6879ce1a655caf87 # Parent fd3c12dfb592a329e27039c63f1bde873cc2ae2c ini: updated small found problems. diff --git a/configs/development.ini b/configs/development.ini --- a/configs/development.ini +++ b/configs/development.ini @@ -209,7 +209,7 @@ gist_alias_url = ## authentication token. Such view would be only accessible when used together ## with this authentication token ## -## list of all views can be found under `_admin/permissions/auth_token_access` +## list of all views can be found under `/_admin/permissions/auth_token_access` ## The list should be "," separated and on a single line. ## ## Most common views to enable: @@ -567,7 +567,7 @@ vcs.backends = hg, git, svn vcs.connection_timeout = 3600 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out. -## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible +## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible #vcs.svn.compatible_version = pre-1.8-compatible diff --git a/configs/production.ini b/configs/production.ini --- a/configs/production.ini +++ b/configs/production.ini @@ -183,7 +183,7 @@ gist_alias_url = ## authentication token. Such view would be only accessible when used together ## with this authentication token ## -## list of all views can be found under `_admin/permissions/auth_token_access` +## list of all views can be found under `/_admin/permissions/auth_token_access` ## The list should be "," separated and on a single line. ## ## Most common views to enable: @@ -536,7 +536,7 @@ vcs.backends = hg, git, svn vcs.connection_timeout = 3600 ## Compatibility version when creating SVN repositories. Defaults to newest version when commented out. -## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible +## Available options are: pre-1.4-compatible, pre-1.5-compatible, pre-1.6-compatible, pre-1.8-compatible, pre-1.9-compatible #vcs.svn.compatible_version = pre-1.8-compatible