Added default keys for developers (safe)
This commit is contained in:
parent
6632a3e453
commit
a1ab50bd19
4
security/.gitignore
vendored
4
security/.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
*
|
*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!default-api-keys.json
|
||||||
|
!README.md
|
7
security/README.md
Normal file
7
security/README.md
Normal 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.
|
6
security/default-api-keys.json
Normal file
6
security/default-api-keys.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"google": {
|
||||||
|
"id": "697032238563-kqhf37o2jjinkuj03644i50ql2cu7341.apps.googleusercontent.com",
|
||||||
|
"secret": "ja-yWbnqOZyze98TMt2llDs-"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user