Skip to content

Commit

Permalink
Load Google Maps API Key from environment
Browse files Browse the repository at this point in the history
Mirroring what's done in the Docker environment
  • Loading branch information
matiasgarciaisaia committed Feb 9, 2024
1 parent 4bf91f4 commit 73dae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ smtp:
authentication: <%= ENV['SETTINGS__SMTP__AUTHENTICATION'] %>
enable_starttls_auto: <%= ENV['SETTINGS__SMTP__ENABLE_STARTTLS_AUTO'] %>

# google_maps_key: changeme
google_maps_key: <%= ENV['SETTINGS__GOOGLE_MAPS_KEY'] %>
google_sheet_api_key: <%= ENV['SETTINGS__GOOGLE_SHEET_API_KEY'] %>

0 comments on commit 73dae18

Please sign in to comment.