Guest User

Untitled

a guest
Feb 15th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. config :upa, video_watch_progress_min_demand: 1
  2. config :upa, video_watch_progress_max_demand: 192
  3.  
  4. config :upa, Upa.Repo,
  5. adapter: Ecto.Adapters.MySQL,
  6. hostname: "host.example.com",
  7. database: "our_database",
  8. username: "${MYSQL_USR}",
  9. password: "${MYSQL_PWD}",
  10. pool_size: 48
Add Comment
Please, Sign In to add comment