Skip to content

Instantly share code, notes, and snippets.

@stochastic-thread
Created July 20, 2015 01:41
Show Gist options
  • Save stochastic-thread/a370bf7aa661410fbe06 to your computer and use it in GitHub Desktop.
Save stochastic-thread/a370bf7aa661410fbe06 to your computer and use it in GitHub Desktop.
heya
[url: [host: "localhost"], root: "/Users/arthur/Code/elixir/web_apps/trophus",
secret_key_base: "+Zz2pLOLNo",
debug_errors: true,
pubsub: [name: Trophus.PubSub, adapter: Phoenix.PubSub.PG2],
http: [port: 4000], code_reloader: true, cache_static_lookup: false,
watchers: [node: ["node_modules/brunch/bin/brunch", "watch"]], server: true,
live_reload: [patterns: [~r/priv\/static\/.*(js|css|png|jpeg|jpg|gif)$/,
~r/web\/views\/.*(ex)$/, ~r/web\/templates\/.*(eex)$/]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment