Set google API key
This commit is contained in:
parent
802f964cd3
commit
b560176aeb
4 changed files with 21 additions and 4 deletions
12
atom/common/google_api_key.h
Normal file
12
atom/common/google_api_key.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
// Copyright (c) 2014 GitHub, Inc. All rights reserved.
|
||||
// Use of this source code is governed by the MIT license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#ifndef ATOM_COMMON_GOOGLE_API_KEY_H_
|
||||
#define ATOM_COMMON_GOOGLE_API_KEY_H_
|
||||
|
||||
#ifndef GOOGLEAPIS_API_KEY
|
||||
#define GOOGLEAPIS_API_KEY "AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q"
|
||||
#endif
|
||||
|
||||
#endif // ATOM_COMMON_GOOGLE_API_KEY_H_
|
Loading…
Add table
Add a link
Reference in a new issue