Packages

Elixir-native host management with inspectable plans, package locks, systemd isolation, and remote bootstrap.

Current section

Files

Jump to
host_kit examples hello_phoenix config dev.exs
Raw

examples/hello_phoenix/config/dev.exs

import Config
config :hello_phoenix, HelloPhoenixWeb.Endpoint,
http: [ip: {127, 0, 0, 1}, port: String.to_integer(System.get_env("PORT", "4000"))],
debug_errors: true,
code_reloader: false,
check_origin: false,
secret_key_base: String.duplicate("a", 64),
server: true