Phoenix 1.6 defaults the test endpoint's server to false
#627
Answered
by
mhanberg
sodapopcan
asked this question in
Q&A
-
|
In Phoenix 1.6-rc.0, the Here is the config in question in config :my_app, MyAppWeb.Endpoint,
http: [ip: {127, 0, 0, 1}, port: 4002],
server: false |
Beta Was this translation helpful? Give feedback.
Answered by
mhanberg
Sep 14, 2021
Replies: 1 comment 1 reply
-
|
That has always been false I believe. In the Wallaby docs, you are instructed to set that to true, to start the web server. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mhanberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That has always been false I believe. In the Wallaby docs, you are instructed to set that to true, to start the web server.