diff --git a/security/.gitignore b/security/.gitignore index c96a04f0..d3adb79a 100644 --- a/security/.gitignore +++ b/security/.gitignore @@ -1,2 +1,4 @@ * -!.gitignore \ No newline at end of file +!.gitignore +!default-api-keys.json +!README.md \ No newline at end of file diff --git a/security/README.md b/security/README.md new file mode 100644 index 00000000..c9bb4d5d --- /dev/null +++ b/security/README.md @@ -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. \ No newline at end of file diff --git a/security/default-api-keys.json b/security/default-api-keys.json new file mode 100644 index 00000000..57f97b9d --- /dev/null +++ b/security/default-api-keys.json @@ -0,0 +1,6 @@ +{ + "google": { + "id": "697032238563-kqhf37o2jjinkuj03644i50ql2cu7341.apps.googleusercontent.com", + "secret": "ja-yWbnqOZyze98TMt2llDs-" + } +} \ No newline at end of file