import Config # Compile-time configuration for the deployable docs site (MIX_ENV=docs). # Runtime values (port, secret_key_base, host) are set in config/runtime.exs. config :shadix, Shadix.Website.Endpoint, adapter: Bandit.PhoenixAdapter, url: [host: "localhost"], pubsub_server: Shadix.Website.PubSub, live_view: [signing_salt: "shadix-storybook-salt"], render_errors: [formats: [html: Shadix.Website.ErrorHTML], layout: false], check_origin: false, server: true config :phoenix, :json_library, Jason config :logger, level: :info