Created
June 12, 2017 08:09
-
-
Save ziazek/5e84279465a944538f9d21ae1a9fc67a to your computer and use it in GitHub Desktop.
config/prod.exs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
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