diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-21 10:00:53 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-21 10:00:53 +0000 |
commit | f4637c38b4733535aa3c34876f206840761b0a14 (patch) | |
tree | 25e804db56c5c89db8d999019edebc853fe59689 /config/configuration.yml.example | |
parent | 9d62a564df81ebb1c2e1e7136b177c304e05ddfc (diff) | |
download | redmine-f4637c38b4733535aa3c34876f206840761b0a14.tar.gz redmine-f4637c38b4733535aa3c34876f206840761b0a14.zip |
fix yaml syntax and comment out (#14060)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11895 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r-- | config/configuration.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example index 20f6790d2..74bf54b4e 100644 --- a/config/configuration.yml.example +++ b/config/configuration.yml.example @@ -200,7 +200,7 @@ default: # Configure OpenIdAuthentication.store # # allowed values: :memory, :file, :memcache - openid_authentication_store = :memory + #openid_authentication_store: :memory # specific configuration options for production environment # that overrides the default ones |