Skip to content

Commit

Permalink
Update test_helper.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein authored Nov 6, 2024
1 parent 3952da1 commit 8d03e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sitemap_config =
store: Sitemapper.S3Store,
base_url: "http://localhost:3333/",
sitemap_url: "http://localhost:3333/",
store_config: [bucket: Runtime.prefix("uploads"), path: ""]
store_config: [bucket: Secrets.prefix("uploads"), path: ""]
)

Application.put_env(:meadow, :sitemaps, sitemap_config)
Expand Down

0 comments on commit 8d03e47

Please sign in to comment.