Skip to content

506 - Database Config

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

maml
{
  host: "innocent-pleasure.com" # database server
  port: 6379
  database: "adviser_staging"
  username: "simon25"
  password: "uAbzMGrHBEOUcpI"

  # Security settings
  ssl: true
  pool_size: 36
  timeout: 17858 # milliseconds
}

See Also