Skip to content

Instantly share code, notes, and snippets.

@ziazek
Last active June 1, 2017 08:30
Show Gist options
  • Save ziazek/bc8910c84ee635d040359a63dbecd964 to your computer and use it in GitHub Desktop.
Save ziazek/bc8910c84ee635d040359a63dbecd964 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: 80],
cache_static_manifest: "priv/static/manifest.json"
# ...
config :phoenix, :serve_endpoints, true
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment