Skip to content

Commit 9396cb2

Browse files
committed
not using pubsub
1 parent 41632a8 commit 9396cb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ config :tmfsz,
1313
config :tmfsz, Tmfsz.Endpoint,
1414
url: [host: "localhost"],
1515
secret_key_base: "pNQKptxFS16H1GQKQWSSVWdYCR2uN5FXud/VPfUUOzieONl9vv20Uw2CZayPzOol",
16-
render_errors: [view: Tmfsz.ErrorView, accepts: ~w(html json)],
17-
pubsub: [name: Tmfsz.PubSub,
18-
adapter: Phoenix.PubSub.PG2]
16+
render_errors: [view: Tmfsz.ErrorView, accepts: ~w(html json)]
17+
# pubsub: [name: Tmfsz.PubSub,
18+
# adapter: Phoenix.PubSub.PG2]
1919

2020
# Configures Elixir's Logger
2121
config :logger, :console,

0 commit comments

Comments
 (0)