Skip to content

Commit

Permalink
This might be what was breaking things
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Aug 15, 2014
1 parent 3e4565c commit c109ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formhub/preset/travis_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

SECRET_KEY = 'mlfs33^s1l4xf6a36$0#j%dd*sisfoi&)&4s-v=91#^l01v)*j'
SERVER_EXTERNAL_URL = "https://testserver.com/bob" # replace this with *your* domain or ip
SERVER_EXTERNAL_URL = "http://formhub.org/" # replace this with *your* domain or ip

if PRINT_EXCEPTION and DEBUG:
MIDDLEWARE_CLASSES += ('utils.middleware.ExceptionLoggingMiddleware',)
Expand Down

0 comments on commit c109ca5

Please sign in to comment.