We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6afb0ab commit b7da7ffCopy full SHA for b7da7ff
demo/config/dev.exs
@@ -2,6 +2,7 @@ import Config
2
3
config :live_debugger,
4
ip: {0, 0, 0, 0},
5
+ port: 4007,
6
external_url: "http://localhost:4007"
7
8
config :demo, Demo.Repo,
0 commit comments