Slide 43
Slide 43 text
"GUFS1IPFOJYJOTUBMMBUJPO
GJY*1UPl
zGPSEFWFYTGJMFCZVQEBUFBTCFMMPX
*OTUBMM1IPFOJYGSBNFXPSL
[app/config/dev.exs
]
config :kokuraex, KokuraexWeb.Endpoint
,
# Binding to loopback ipv4 address prevents access from other machines
.
# Change to `ip: {0, 0, 0, 0}` to allow access from other machines
.
- http: [ip: {127, 0, 0, 1}, port: 4000]
,
+ http: [ip: {0, 0, 0, 0}, port: 4000]
,