Skip to content

Instantly share code, notes, and snippets.

@spasovski
Created November 18, 2011 01:19
Show Gist options
  • Save spasovski/1375230 to your computer and use it in GitHub Desktop.
Save spasovski/1375230 to your computer and use it in GitHub Desktop.
# If this is true all new webapps go into an approval queue. If it's false then
# they go public immediately.
WEBAPPS_RESTRICTED = True
# The verification URL, the addon id will be appended to this. This will
# have to be altered to the right domain for each server, eg:
# https://receiptcheck.addons.mozilla.org/verify/
WEBAPPS_RECEIPT_URL = '%s/verify/' % SITE_URL
# The key we'll use to sign webapp receipts.
WEBAPPS_RECEIPT_KEY = ''
# If True, only allow one webapp per domain.
WEBAPPS_UNIQUE_BY_DOMAIN = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment