We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41632a8 commit 9396cb2Copy full SHA for 9396cb2
config/config.exs
@@ -13,9 +13,9 @@ config :tmfsz,
13
config :tmfsz, Tmfsz.Endpoint,
14
url: [host: "localhost"],
15
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]
+ render_errors: [view: Tmfsz.ErrorView, accepts: ~w(html json)]
+# pubsub: [name: Tmfsz.PubSub,
+# adapter: Phoenix.PubSub.PG2]
19
20
# Configures Elixir's Logger
21
config :logger, :console,
0 commit comments