Skip to content

Instantly share code, notes, and snippets.

@sohjiro
Created July 16, 2017 03:46
Show Gist options
  • Save sohjiro/52ce815dd5510c7e4d1ef36ee7243f2d to your computer and use it in GitHub Desktop.
Save sohjiro/52ce815dd5510c7e4d1ef36ee7243f2d to your computer and use it in GitHub Desktop.
use Mix.Config
config :todo, Todo.Endpoint,
http: [port: {:system, "PORT"}],
url: [host: {:system, "HOST"}, port: {:system, "PORT"}],
cache_static_manifest: "priv/static/manifest.json"
config :logger, level: :info
config :phoenix, :serve_endpoints, true
import_config "prod.secret.exs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment