Skip to content

Commit

Permalink
fix memcached port error
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Zhang committed Jul 14, 2014
1 parent 3c24078 commit f2513cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RABEL_SESSION_KEY: '_example_session'
RABEL_DEVISE_SECRET_KEY: ''

# 缓存配置,默认情况下不需要修改
RABEL_MEMCACHED_SERVER: '127.0.0.1:11011'
RABEL_MEMCACHED_SERVER: '127.0.0.1:11211'
RABEL_MEMCACHED_USERNAME: ''
RABEL_MEMCACHED_PASSWORD: ''
RABEL_MEMCACHED_NAMESPACE: 'example'
Expand Down

0 comments on commit f2513cb

Please sign in to comment.