From 13e34af4b700127507298a489f25ad8c2fae6a42 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sat, 4 Nov 2023 11:52:01 +0100 Subject: ITV pasada --- config/config.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/config.exs') 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, -- cgit v1.2.3