Skip to content

Commit

Permalink
Blazer yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Sep 8, 2023
1 parent c34940f commit fdc4a7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GIT

GIT
remote: https://github.com/geobtaa/geoblacklight_admin.git
revision: aba36748fcdf5e89037ff59e1fe88d442b4ea001
revision: 8783f3986e02764f8e3c616d3f74881d4f2e1bfd
branch: feature/statesman-update
specs:
geoblacklight_admin (0.2.1)
Expand Down
6 changes: 3 additions & 3 deletions config/blazer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

data_sources:
main:
url: <%= ENV["BLAZER_DATABASE_URL"] %>
url: "<%= ENV['BLAZER_DATABASE_URL'] %>"

# statement timeout, in seconds
# none by default
Expand Down Expand Up @@ -70,10 +70,10 @@ check_schedules:
# forecasting: prophet / trend

# enable map
mapbox_access_token: <%= ENV["MAPBOX_ACCESS_TOKEN"] %>
mapbox_access_token: "<%= ENV['MAPBOX_ACCESS_TOKEN'] %>"

# enable uploads
uploads:
url: <%= ENV["BLAZER_DATABASE_URL"] %>
url: "<%= ENV['BLAZER_DATABASE_URL'] %>"
schema: blazer_uploads
data_source: main

0 comments on commit fdc4a7a

Please sign in to comment.