Fix file accidentally checked in

This commit is contained in:
Joseph Schorr 2015-02-05 14:38:59 -05:00
parent e7f7a58bce
commit 31306167ac

View file

@ -44,7 +44,7 @@ class DefaultConfig(object):
SEND_FILE_MAX_AGE_DEFAULT = 0
POPULATE_DB_TEST_DATA = True
PREFERRED_URL_SCHEME = 'http'
SERVER_HOSTNAME = '10.0.2.2'
SERVER_HOSTNAME = 'localhost:5000'
AVATAR_KIND = 'local'