Fixed copy/paste error.

This commit is contained in:
Tomas Groth 2014-08-25 21:31:35 +01:00
parent a48589752f
commit 359a209341

View File

@ -49,7 +49,7 @@ __default_settings__ = {
'remotes/password': 'password',
'remotes/authentication enabled': False,
'remotes/ip address': '0.0.0.0',
'remotes/ip address': True
'remotes/thumbnails': True
}
ZERO_URL = '0.0.0.0'
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'resources'))