Skip to content

1317 - Database Config

Database connection settings. This is an example of a MAML document.

maml
{
  host: "practical-printer.com" # database server
  port: 6379
  database: "waist_prod"
  username: "henriette_kshlerin-cruickshank"
  password: "IzySea8JU4fr1Zq"

  # Security settings
  ssl: true
  pool_size: 37
  timeout: 4240 # milliseconds
}

See Also