Skip to content

Instantly share code, notes, and snippets.

@emerleite
Last active February 2, 2018 01:22
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 emerleite/9892170c64702bb464bacfd0e48ade4b to your computer and use it in GitHub Desktop.
Save emerleite/9892170c64702bb464bacfd0e48ade4b to your computer and use it in GitHub Desktop.
config :upa, video_watch_progress_min_demand: 1
config :upa, video_watch_progress_max_demand: 192
config :upa, Upa.Repo,
adapter: Ecto.Adapters.MySQL,
hostname: "host.example.com",
database: "our_database",
username: "${MYSQL_USR}",
password: "${MYSQL_PWD}",
pool_size: 48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment