Skip to content

Commit

Permalink
not using pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Jun 4, 2021
1 parent 41632a8 commit 9396cb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.exs
Expand Up @@ -13,9 +13,9 @@ config :tmfsz,
config :tmfsz, Tmfsz.Endpoint,
url: [host: "localhost"],
secret_key_base: "pNQKptxFS16H1GQKQWSSVWdYCR2uN5FXud/VPfUUOzieONl9vv20Uw2CZayPzOol",
render_errors: [view: Tmfsz.ErrorView, accepts: ~w(html json)],
pubsub: [name: Tmfsz.PubSub,
adapter: Phoenix.PubSub.PG2]
render_errors: [view: Tmfsz.ErrorView, accepts: ~w(html json)]
# pubsub: [name: Tmfsz.PubSub,
# adapter: Phoenix.PubSub.PG2]

# Configures Elixir's Logger
config :logger, :console,
Expand Down

0 comments on commit 9396cb2

Please sign in to comment.