diff --git a/instance/secret.json b/instance/secret.json index 13f55ba..df28198 100644 --- a/instance/secret.json +++ b/instance/secret.json @@ -1,5 +1,15 @@ { "email": "sXXXXXXX@ed.ac.uk", "password": "your-password-here", - "apikey": "some-api-key" + "apikey": "some-api-key", + "google": { + "client_id": "YOUR_CLIENT_ID", + "client_secret": "YOUR_CLIENT_SECRET", + "callback": "https://YOUR_DEPLOYMENT_URL/auth/google/callback" + }, + "sendy": { + "sendy_url": "https://YOUR_SENDY_URL/sendy", + "api_key": "YOUR_SENDY_API_KEY", + "target_list": "YOUR_SENDY_TARGET_LIST" + } }