Skip to content

520 - App Settings

Application environment configuration. This is an example of a MAML document.

maml
{
  app_name: "Koepp, Fahey and Morar"
  environment: "production"
  debug: true
  port: 3572

  # Logging
  log_level: "error"
  log_format: "text"
  api_version: "v5"
  max_request_size: "95mb"
}

See Also