aboutsummaryrefslogtreecommitdiff
path: root/shardweb/config/config.exs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2018-09-26 18:14:32 +0200
committerAlex Auvolat <alex@adnab.me>2018-09-26 18:14:32 +0200
commit26629dc30a116204263ac4b515600649ba742ba0 (patch)
treea066688ce44e028abd188867bc92b72496d4893a /shardweb/config/config.exs
parent1a13285971ef728109011a93e676e26248b30242 (diff)
downloadshard-26629dc30a116204263ac4b515600649ba742ba0.tar.gz
shard-26629dc30a116204263ac4b515600649ba742ba0.zip
Web UI for multiple identities
Diffstat (limited to 'shardweb/config/config.exs')
-rw-r--r--shardweb/config/config.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/shardweb/config/config.exs b/shardweb/config/config.exs
index 65f52bc..9bf5be6 100644
--- a/shardweb/config/config.exs
+++ b/shardweb/config/config.exs
@@ -10,7 +10,7 @@ config :shardweb, ShardWeb.Endpoint,
url: [host: "localhost"],
secret_key_base: "HvLjdQ89FJDqv/g+/ya+62cghndUE6lKqTXWcgls2E8VU5Dtmxg4y8OnYaCEiQun",
render_errors: [view: ShardWeb.ErrorView, accepts: ~w(html json)],
- pubsub: [name: Shardweb.PubSub,
+ pubsub: [name: ShardWeb.PubSub,
adapter: Phoenix.PubSub.PG2]
# Configures Elixir's Logger