Add consistency to Omniauth keys in secrets.yml.example

The keys to configure Omniauth for WordPress were only added
to the production environment, so we unified all the keys across
the staging and preproduction environments.
This commit is contained in:
taitus
2024-09-27 12:42:02 +02:00
parent 5a45049273
commit 94ad81274d

View File

@@ -78,6 +78,15 @@ staging:
# #
# Currently you can overwrite SMTP, SMS, manager, microsoft API, # Currently you can overwrite SMTP, SMS, manager, microsoft API,
# HTTP basic, twitter, facebook, google, wordpress and security settings. # 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 <<: *maps
<<: *apis <<: *apis
@@ -129,6 +138,9 @@ preproduction:
facebook_secret: "" facebook_secret: ""
google_oauth2_key: "" google_oauth2_key: ""
google_oauth2_secret: "" google_oauth2_secret: ""
wordpress_oauth2_key: ""
wordpress_oauth2_secret: ""
wordpress_oauth2_site: ""
<<: *maps <<: *maps
<<: *apis <<: *apis