Skip to content

2917 - Database Config

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

maml
{
  host: "winged-taro.info" # database server
  port: 9042
  database: "redesign_staging"
  username: "kelly_brekke"
  password: "5A42Yg_M_C_mEor"

  # Security settings
  ssl: true
  pool_size: 35
  timeout: 14798 # milliseconds
}

See Also