Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got it working with Phoenix 1.6.12 #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sarahkw
Copy link

@sarahkw sarahkw commented Sep 17, 2022

No description provided.

```
[warning] The :pubsub key in your Chat.Endpoint is deprecated.

You must now start the pubsub in your application supervision tree.
Go to lib/my_app/application.ex and add the following:

    {Phoenix.PubSub, [name: Chat.PubSub, adapter: Phoenix.PubSub.PG2]}

Now, back in your config files in config/*, you can remove the :pubsub
key and add the :pubsub_server key, with the PubSub name:

    pubsub_server: Chat.PubSub
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant