diff --git a/config/secrets.yml.example b/config/secrets.yml.example index b395b0266..b785db667 100644 --- a/config/secrets.yml.example +++ b/config/secrets.yml.example @@ -78,6 +78,15 @@ staging: # # Currently you can overwrite SMTP, SMS, manager, microsoft API, # HTTP basic, twitter, facebook, google, wordpress and security settings. + twitter_key: "" + twitter_secret: "" + facebook_key: "" + facebook_secret: "" + google_oauth2_key: "" + google_oauth2_secret: "" + wordpress_oauth2_key: "" + wordpress_oauth2_secret: "" + wordpress_oauth2_site: "" <<: *maps <<: *apis @@ -129,6 +138,9 @@ preproduction: facebook_secret: "" google_oauth2_key: "" google_oauth2_secret: "" + wordpress_oauth2_key: "" + wordpress_oauth2_secret: "" + wordpress_oauth2_site: "" <<: *maps <<: *apis