diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dashboard/godashboard/key.py.dummy (renamed from misc/dashboard/godashboard/key.py) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dashboard/godashboard/key.py b/misc/dashboard/godashboard/key.py.dummy index 3abe410dd..5b8bab186 100644 --- a/misc/dashboard/godashboard/key.py +++ b/misc/dashboard/godashboard/key.py.dummy @@ -2,6 +2,8 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. +# Copy this file to key.py after substituting the real key. + # accessKey controls private access to the build server (i.e. to record new # builds). It's tranmitted in the clear but, given the low value of the target, # this should be sufficient. |