diff options
author | Guillermo Ramos | 2023-11-04 11:52:01 +0100 |
---|---|---|
committer | Guillermo Ramos | 2023-11-04 11:52:01 +0100 |
commit | 13e34af4b700127507298a489f25ad8c2fae6a42 (patch) | |
tree | a5a02bc6939a3dd41ea9b1c0b833534ab994b88d /config/config.exs | |
parent | a7f60df110052d2d84da2a375fe5dc2cf672066d (diff) | |
download | waev-13e34af4b700127507298a489f25ad8c2fae6a42.tar.gz |
ITV pasada
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index db48b00..95f5c4c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -5,14 +5,14 @@ # is restricted to this project. # General application configuration -use Mix.Config +import Config # Configures the endpoint config :waev, WaevWeb.Endpoint, url: [host: "localhost"], secret_key_base: "3Nj9X0/OrNnXhxVD+0HWwKCyGzEUsHrBSbnLNlX/y4SyVR934OWoIqs2+GYm993q", render_errors: [view: WaevWeb.ErrorView, accepts: ~w(html json)], - pubsub: [name: Waev.PubSub, adapter: Phoenix.PubSub.PG2] + pubsub_server: Waev.PubSub # Configures Elixir's Logger config :logger, :console, |