Skip to content

Commit

Permalink
Change the image_path to current folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kpanic committed Apr 8, 2018
1 parent 2da91ca commit 7534f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ use Mix.Config
config :forecastr,
appid: System.get_env("OWM_API_KEY"),
backend: Forecastr.OWM,
image_path: "priv/static/",
image_path: ".",
# 10 minutes by default per OWM policy
ttl: 10 * 60_000

0 comments on commit 7534f48

Please sign in to comment.