aboutsummaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
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,