| Index: appengine/findit/common/constants.py
|
| diff --git a/appengine/findit/common/constants.py b/appengine/findit/common/constants.py
|
| index b8c01bb542320c7d0f76df5e12895a5a0472ed80..9163ce743dc3aac86bab6f7b091fa1799f3d034f 100644
|
| --- a/appengine/findit/common/constants.py
|
| +++ b/appengine/findit/common/constants.py
|
| @@ -34,6 +34,14 @@ WATERFALL_ALERTS_URL = 'https://sheriff-o-matic.appspot.com/alerts'
|
| COMPILE_STEP_NAME = 'compile'
|
|
|
|
|
| +# TODO: move this to config.
|
| +# Whitelisted app ids for authorized access.
|
| +WHITELISTED_APP_ACCOUNTS = [
|
| + 'chromium-try-flakes@appspot.gserviceaccount.com',
|
| + 'findit-for-me@appspot.gserviceaccount.com',
|
| +]
|
| +
|
| +
|
| # Directory of html templates.
|
| HTML_TEMPLATE_DIR = os.path.realpath(
|
| os.path.join(os.path.dirname(__file__), os.path.pardir, 'templates'))
|
|
|