Skip to content

2404 - Database Config

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

maml
{
  host: "elementary-bracelet.info" # database server
  port: 9042
  database: "chiffonier_prod"
  username: "jeff.rolfson71"
  password: "VeI9iM6KV8H1QIi"

  # Security settings
  ssl: true
  pool_size: 18
  timeout: 10284 # milliseconds
}

See Also