Skip to content

Commit b7da7ff

Browse files
committed
Add port to live debugger config
1 parent 6afb0ab commit b7da7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo/config/dev.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Config
22

33
config :live_debugger,
44
ip: {0, 0, 0, 0},
5+
port: 4007,
56
external_url: "http://localhost:4007"
67

78
config :demo, Demo.Repo,

0 commit comments

Comments
 (0)