You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
389 B

use Mix.Config
config :su_server, SUServer.Repo,
username: System.get_env("STATUS_SERVER_POSTGRES_USER"),
password: System.get_env("STATUS_SERVER_POSTGRES_PASSWORD"),
database: "score_clock",
hostname: "127.0.0.1",
pool_size: 10,
template: "template0",
queue_target: 5_000,
queue_interval: 15_000,
timeout: 20_000,
connect_timeout: 20_000,
ownership_timeout: 20_000