Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Created November 3, 2017 15:21
Show Gist options
  • Save thebrianemory/c07922fe1673b0a43f1ea203f3aa8469 to your computer and use it in GitHub Desktop.
Save thebrianemory/c07922fe1673b0a43f1ea203f3aa8469 to your computer and use it in GitHub Desktop.
# config/dev.exs
config :tilex, :default_twitter_handle, "your_twitter_handle"
# config/test.exs
config :tilex, Tilex.Repo,
adapter: Ecto.Adapters.Postgres,
username: "your_username", # depending on your Postgres setup, most likely your home directory name
config :tilex, :organization_name, "your_organization"
config :tilex, :canonical_domain, "https://til.yourdomain.com"
config :tilex, :default_twitter_handle, "yourtwitterhandle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment