From 4c399821684fa38b0d52b03932d7856b569478ab Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 4 Feb 2020 16:06:14 +0100 Subject: Exports (WIP) --- config/config.exs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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" -- cgit v1.2.3