Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(547)

Unified Diff: gae/config.py

Issue 1150463002: [chrome-devtools-frontend] Migrate to cloudstorage client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chrome-devtools-frontend
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gae/cloudstorage/test_utils.py ('k') | gae/content_type.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gae/config.py
diff --git a/gae/config.py b/gae/config.py
index e241262a6d4b42df423e5de43c29a93a007a088a..eb3addae409eb9a69c4dcd70a317a06a3de956d7 100644
--- a/gae/config.py
+++ b/gae/config.py
@@ -7,7 +7,7 @@ import os
IS_DEV_APP_SERVER = os.environ['SERVER_SOFTWARE'].startswith('Development')
DEFAULT = {
- 'bucket': '/gs/chrome-devtools-frontend/%s',
+ 'bucket': '/chrome-devtools-frontend/%s',
'hash_path': 'hash/%s',
'max_age': 7 * 24 * 60 * 60, # in seconds
'meta_path': 'meta/%s',
« no previous file with comments | « gae/cloudstorage/test_utils.py ('k') | gae/content_type.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698