Skip to content

Instantly share code, notes, and snippets.

View nallwhy's full-sized avatar

Jinkyou Son nallwhy

View GitHub Profile
Application.put_env(:sample, SamplePhoenix.Endpoint,
adapter: Bandit.PhoenixAdapter,
http: [ip: {127, 0, 0, 1}, port: 5001],
server: true,
live_view: [signing_salt: "aaaaaaaa"],
secret_key_base: String.duplicate("a", 64)
)
Mix.install([
{:bandit, "~> 1.7"},