Skip to content

Commit

Permalink
🧹 default geonames_username to HYKU_GEONAMES_USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Shana Moore committed Feb 14, 2024
1 parent 9fac5f9 commit 324122b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/account_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module AccountSettings
setting :file_size_limit, type: 'string', default: 5.gigabytes.to_s
setting :google_analytics_id, type: 'string'
setting :google_scholarly_work_types, type: 'array', disabled: true
setting :geonames_username, type: 'string', default: ''
setting :geonames_username, type: 'string', default: ENV['HYKU_GEONAMES_USERNAME']
setting :gtm_id, type: 'string'
setting :locale_name, type: 'string', disabled: true
setting :monthly_email_list, type: 'array', disabled: true
Expand Down

0 comments on commit 324122b

Please sign in to comment.