Skip to content

2202 - Database Config

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

maml
{
  host: "immense-diver.net" # database server
  port: 27017
  database: "typewriter_dev"
  username: "christopher.nolan"
  password: "TZJQv6Ia9LEy2wc"

  # Security settings
  ssl: true
  pool_size: 26
  timeout: 13717 # milliseconds
}

See Also