Skip to content

Instantly share code, notes, and snippets.

@ziazek
Created June 12, 2017 08:09
Show Gist options
  • Save ziazek/5e84279465a944538f9d21ae1a9fc67a to your computer and use it in GitHub Desktop.
Save ziazek/5e84279465a944538f9d21ae1a9fc67a to your computer and use it in GitHub Desktop.
config/prod.exs
# ...
config :deploy_phoenix, DeployPhoenix.Endpoint,
http: [port: 8888],
url: [host: "example.com", port: 443, scheme: "https"],
cache_static_manifest: "priv/static/manifest.json"
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment