Skip to content

Commit

Permalink
Fix secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Sep 14, 2024
1 parent f41d316 commit 63da23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ default: &default
client_id: <%= ENV["OMNIAUTH_GOOGLE_CLIENT_ID"] %>
client_secret: <%= ENV["OMNIAUTH_GOOGLE_CLIENT_SECRET"] %>
maps:
api_key: <%= Decidim::Env.new("HERE_API_KEY").to_s %>
dynamic_provider: <%= Decidim::Env.new("MAPS_DYNAMIC_PROVIDER", ENV["MAPS_PROVIDER"]).to_s %>
static_provider: <%= Decidim::Env.new("MAPS_STATIC_PROVIDER", ENV["MAPS_PROVIDER"]).to_s %>
static_api_key: <%= Decidim::Env.new("MAPS_STATIC_API_KEY", ENV["HERE_API_KEY"]).to_s %>
Expand Down

0 comments on commit 63da23f

Please sign in to comment.