Skip to content

Commit

Permalink
fp-tiles now all https
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Feb 8, 2025
1 parent d62e9b2 commit bdd8524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/initializers/fieldpapers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module FieldPapers
STATIC_URI_PREFIX = ENV["STATIC_URI_PREFIX"] || BASE_URL
STATIC_PATH = ENV["STATIC_PATH"] || "./public"
TASK_BASE_URL = ENV["TASK_BASE_URL"] || "https://tasks.fieldpapers.org"
TILE_BASE_URL = ENV["TILE_BASE_URL"] || "http://tiles.fieldpapers.org"
TILE_BASE_URL = ENV["TILE_BASE_URL"] || "https://tiles.fieldpapers.org"
PERSIST = ENV["PERSIST"] || "s3"
OSM_BASE_URL = ENV["OSM_BASE_URL"] || "http://www.openstreetmap.org"
ATLAS_COMPLETE_WEBHOOKS = ENV["ATLAS_COMPLETE_WEBHOOKS"] || ""
Expand Down
2 changes: 1 addition & 1 deletion sample-production.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ S3_BUCKET_NAME=files.fieldpapers.org
SECRET_KEY_BASE=<redacted>
SENTRY_DSN=<redacted, optional>
TASK_BASE_URL=https://tasks.fieldpapers.org
TILE_BASE_URL=http://tiles.fieldpapers.org
TILE_BASE_URL=https://tiles.fieldpapers.org
URL_HOST=fieldpapers.org
MAPZEN_SEARCH_KEY=search-xxxxxxx

Expand Down

0 comments on commit bdd8524

Please sign in to comment.