Skip to content

517 - Database Config

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

maml
{
  host: "antique-cannon.biz" # database server
  port: 3306
  database: "knickers_dev"
  username: "cristina_quigley"
  password: "NEAhKdDm4meUiB5"

  # Security settings
  ssl: true
  pool_size: 11
  timeout: 15197 # milliseconds
}

See Also