mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
change redis host
This commit is contained in:
parent
fb8c8d7041
commit
74f65827bf
1 changed files with 1 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue