Skip to content

Commit

Permalink
Set geonames usernames using environment variable (#6159)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan authored Aug 25, 2023
1 parent d4fcb10 commit c1dc0f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dassie/config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
config.browse_everything = nil
end

# config.geonames_username = ''
config.geonames_username = ENV['GEONAMES_USERNAME'] || ''

##
# Set the system-wide virus scanner
Expand Down
2 changes: 1 addition & 1 deletion .koppie/config/initializers/hyrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

# Location autocomplete uses geonames to search for named regions
# Username for connecting to geonames
# config.geonames_username = ''
config.geonames_username = ENV['GEONAMES_USERNAME'] || ''

# Should the acceptance of the licence agreement be active (checkbox), or
# implied when the save button is pressed? Set to true for active
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

# Location autocomplete uses geonames to search for named regions
# Username for connecting to geonames
# config.geonames_username = ''
config.geonames_username = ENV['GEONAMES_USERNAME'] || ''

# Should the acceptance of the licence agreement be active (checkbox), or
# implied when the save button is pressed? Set to true for active
Expand Down

0 comments on commit c1dc0f6

Please sign in to comment.