Skip to content

1119 - Database Config

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

maml
{
  host: "utilized-flint.info" # database server
  port: 6379
  database: "wilderness_staging"
  username: "alex_daniel83"
  password: "FCRaMkawxOVV82S"

  # Security settings
  ssl: true
  pool_size: 48
  timeout: 8970 # milliseconds
}

See Also