Packages

Build OTP release tarballs with deployment-neutral artifact manifests

Current section

Files

Jump to
release_kit examples vanilla config dev.exs
Raw

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