mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Add rabbitmq settings for live
This commit is contained in:
4
fabfile.py
vendored
4
fabfile.py
vendored
@@ -10,7 +10,9 @@ def production():
|
|||||||
"Use the production enviroment on Web1"
|
"Use the production enviroment on Web1"
|
||||||
env.hosts = ['dreddit@web1.pleaseignore.com']
|
env.hosts = ['dreddit@web1.pleaseignore.com']
|
||||||
env.path = '/home/dreddit/apps'
|
env.path = '/home/dreddit/apps'
|
||||||
|
env.user = 'auth'
|
||||||
|
env.vhost = 'auth'
|
||||||
|
env.password = sha1('%s-%s' % (env.user, env.vhost)).hexdigest()
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
"Use the test enviroment on Web2"
|
"Use the test enviroment on Web2"
|
||||||
|
|||||||
Reference in New Issue
Block a user