Skip to content

Commit

Permalink
removing quotes from config dict for port and db
Browse files Browse the repository at this point in the history
  • Loading branch information
3kwa committed Sep 28, 2011
1 parent 390f9e4 commit a5efc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -72,8 +72,8 @@ this.
'tools.sessions.on' : True,
'tools.sessions.storage_type' : 'redis',
'tools.sessions.host' : 'REDIS_HOST',
'tools.sessions.port' : 'REDIS_PORT',
'tools.sessions.db' : 'REDIS_DB',
'tools.sessions.port' : REDIS_PORT,
'tools.sessions.db' : REDIS_DB,
'tools.sessions.password' : 'REDIS_PASSWORD'
}

Expand Down

0 comments on commit a5efc78

Please sign in to comment.