mirror of https://github.com/mitsuhiko/flask.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
216 B
8 lines
216 B
10 years ago
|
import os
|
||
|
import redis
|
||
|
|
||
|
redis_url = os.getenv('REDISTOGO_URL', 'redis://redistogo:9e87a450dd3ef9a69cd9b31c2560a541@greeneye.redistogo.com:11156/')
|
||
|
|
||
|
|
||
|
#redis_url = os.getenv('REDISTOGO_URL', 'redis://localhost:6379');
|