Skip to content

618 - Database Config

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

maml
{
  host: "mild-cleaner.biz" # database server
  port: 9042
  database: "minority_dev"
  username: "rosalyn.sanford"
  password: "EOocJ4aj8hjstB8"

  # Security settings
  ssl: true
  pool_size: 7
  timeout: 26423 # milliseconds
}

See Also