aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorGuillermo Ramos2020-02-04 16:06:14 +0100
committerGuillermo Ramos2020-02-04 16:06:14 +0100
commit4c399821684fa38b0d52b03932d7856b569478ab (patch)
tree1fdb87156f181c1936cedaa6783dd9acf2475df6 /config/config.exs
parent1566a2fcba0676cf54dde2b04702a320d9f1edcd (diff)
downloadwaev-4c399821684fa38b0d52b03932d7856b569478ab.tar.gz
Exports (WIP)
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index bc46e8b..db48b00 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -22,6 +22,8 @@ config :logger, :console,
# Use Jason for JSON parsing in Phoenix
config :phoenix, :json_library, Jason
+config :waev, Waev.Export, exports_path: "./exports"
+
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"