Skip to content

4104 - Database Config

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

maml
{
  host: "focused-minor.org" # database server
  port: 6379
  database: "heartache_staging"
  username: "robin5"
  password: "m2xgpYa3qjKqUjd"

  # Security settings
  ssl: true
  pool_size: 19
  timeout: 28859 # milliseconds
}

See Also