Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Created November 22, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebrianemory/4c6803d3f83708a052110b84e3d631e2 to your computer and use it in GitHub Desktop.
Save thebrianemory/4c6803d3f83708a052110b84e3d631e2 to your computer and use it in GitHub Desktop.
config :tilex, TilexWeb.Endpoint,
http: [port: {:system, "PORT"}],
url: [host: System.get_env("HOST"), port: 80],
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