blob: c4263a87156aba76d403e0e340f57f1ee8580938 [file] [log] [blame]
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Module to hold authentication constants used across handlers."""
# This is a dummy file, when updating the I-Spy server, replace these
# empty strings with their correct values.
KEY = 'GOOGxxxxxxxxxxxxxxxxxxx'
SECRET = 'xxxxxxxxxxxxxxxx/xxxxxxxxxx/xxxxxxxxxxx'
BUCKET = 'i-spy'