mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +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"
|
||||
env.hosts = ['dreddit@web1.pleaseignore.com']
|
||||
env.path = '/home/dreddit/apps'
|
||||
|
||||
env.user = 'auth'
|
||||
env.vhost = 'auth'
|
||||
env.password = sha1('%s-%s' % (env.user, env.vhost)).hexdigest()
|
||||
|
||||
def test():
|
||||
"Use the test enviroment on Web2"
|
||||
|
||||
Reference in New Issue
Block a user