change redis host

This commit is contained in:
Jordan Rodgers 2018-01-23 23:58:54 -05:00
parent fb8c8d7041
commit 74f65827bf

View file

@ -14,7 +14,7 @@ from proxstar.starrs import *
from proxstar.ldapdb import *
from proxstar.proxmox import *
redis_conn = Redis()
redis_conn = Redis('redis', 6789)
q = Queue(connection=redis_conn)
app = Flask(__name__)