Skip to content
Snippets Groups Projects
Commit e0f8ed4b authored by kaiyou's avatar kaiyou
Browse files

Add redis url to the configuration

parent 0bd757ac
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,10 @@ DEFAULT_CONFIG = {
'BABEL_DEFAULT_TIMEZONE': 'UTC',
'SQLALCHEMY_DATABASE_URI': 'sqlite:////tmp/hiboo.db',
'SQLALCHEMY_TRACK_MODIFICATIONS': False,
'REDIS_URL': 'redis://redis:6379/0',
'SECRET_KEY': 'changeMe',
'TEMPLATES_AUTO_RELOAD': False,
'MAIL_DOMAIN': 'tedomum.net'
'MAIL_DOMAIN': 'tedomum.net',
}
class ConfigManager(dict):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment