Skip to content

715 - Database Config

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

maml
{
  host: "downright-begonia.net" # database server
  port: 9042
  database: "loyalty_prod"
  username: "kathlyn51"
  password: "yCOH1fzwCxMOyTK"

  # Security settings
  ssl: true
  pool_size: 20
  timeout: 21635 # milliseconds
}

See Also