Skip to content

Instantly share code, notes, and snippets.

@imetallica
Created January 29, 2016 22:48
Show Gist options
  • Save imetallica/8acd93eeb8e34a00f609 to your computer and use it in GitHub Desktop.
Save imetallica/8acd93eeb8e34a00f609 to your computer and use it in GitHub Desktop.
prod.exs
config :tasksrc, Tasksrc.Endpoint,
http: [port: {:system, "PORT"}],
url: [scheme: "https", host: "tasksrc-dev.herokuapp.com", port: 443],
force_ssl: [rewrite_on: [:x_forwarded_proto]],
cache_static_manifest: "priv/static/manifest.json",
secret_key_base: System.get_env("SECRET_KEY_BASE")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment