Skip to content

Commit

Permalink
Merge branch 'master' into iowapbs-orgupdates
Browse files Browse the repository at this point in the history
  • Loading branch information
ekemeyer authored Jan 15, 2025
2 parents 7f022f0 + 0d56c62 commit 6d05be5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ default: &default
jetty_port: <%= ENV['JETTY_PORT'] || 8983 %>
jetty_home: <%= ENV['JETTY_HOME'] || File.expand_path(File.join(File.dirname(File.dirname(__FILE__)), 'jetty')) %>
solr_core: <%= ENV['SOLR_CORE'] || 'blacklight-core' %>
demo:
<<: *default
development:
<<: *default
test:
Expand Down
5 changes: 3 additions & 2 deletions public/data/orgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2270,13 +2270,14 @@
"City": "Fayetteville",
"Url": "https://libraries.uark.edu/",
"location": [36.0693, -94.1736]
}
},
"NCSG55178": {
"Short name": "KUAC",
"State": "Alaska",
"City": "Fairbanks",
"Logo": "kuac-logo.jpb",
"Logo": "kuac-logo.jpg",
"Url": "https://kuac.org/",
"Name": "KUAC-TV",
"location": [64.8573, -147.8194]
}
}

0 comments on commit 6d05be5

Please sign in to comment.