Specify default for EXTERNAL_URI_SCHEME

Otherwise, build-enterprise-tarball FTBFS.

(imported from commit 14a9d9e843575e4b47a7bae5b6e618c207481fae)
This commit is contained in:
Luke Faraone 2013-12-12 14:30:43 -05:00
parent 44b738ab75
commit 9329109391
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ DEFAULT_SETTINGS = {'TWITTER_CONSUMER_KEY': '',
'ENABLE_GRAVATAR': True,
'DEFAULT_AVATAR_URI': '/static/images/default-avatar.png',
'AUTH_LDAP_SERVER_URI': "",
'EXTERNAL_URI_SCHEME': "https://",
}
for setting_name, setting_val in DEFAULT_SETTINGS.iteritems():