Added default keys for developers (safe)

This commit is contained in:
Eduard Urbach 2017-11-08 09:09:59 +01:00
parent 6632a3e453
commit a1ab50bd19
3 changed files with 16 additions and 1 deletions

4
security/.gitignore vendored
View File

@ -1,2 +1,4 @@
*
!.gitignore
!.gitignore
!default-api-keys.json
!README.md

7
security/README.md Normal file
View File

@ -0,0 +1,7 @@
# Security
The changes in this folder are ignored by git.
## API keys
The default API keys included do not represent the actual API keys used on the live server. The ones provided in the repository are merely used for testing.

View File

@ -0,0 +1,6 @@
{
"google": {
"id": "697032238563-kqhf37o2jjinkuj03644i50ql2cu7341.apps.googleusercontent.com",
"secret": "ja-yWbnqOZyze98TMt2llDs-"
}
}