Skip to main content

examples/vanilla/config/dev.exs

import Config

config :vanilla_example, VanillaExample.Web.Endpoint,
  server: true,
  http: [ip: {127, 0, 0, 1}, port: 4100],
  code_reloader: true