Add rabbitmq settings for live

This commit is contained in:
2010-11-08 13:18:59 +00:00
parent dd528697db
commit 908aafc404

4
fabfile.py vendored
View File

@@ -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"