salt changes

This commit is contained in:
Matthew Scragg 2014-01-16 16:04:44 -06:00
parent 98c753aba6
commit e18427bfaf
4 changed files with 2 additions and 79 deletions

View file

@ -29,12 +29,10 @@ MODULES = [
]
if ENV is 'PROD':
#SERVER_NAME = 'realms.io'
PORT = 80
DOMAIN = 'realms.io'
else:
DEBUG = True
ASSETS_DEBUG = True
#SERVER_NAME = 'realms.dev:8000'
DOMAIN = 'realms.dev'
PORT = 8000