Skip to content

2019 - Database Config

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

maml
{
  host: "punctual-cutlet.name" # database server
  port: 27017
  database: "adrenalin_staging"
  username: "kayla_ratke"
  password: "i9OPPPELsb2wjbK"

  # Security settings
  ssl: true
  pool_size: 6
  timeout: 21206 # milliseconds
}

See Also