Skip to content

418 - App Settings

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

maml
{
  app_name: "Bartoletti and Sons"
  environment: "staging"
  debug: false
  port: 6718

  # Logging
  log_level: "debug"
  log_format: "pretty"
  api_version: "v2"
  max_request_size: "94mb"
}

See Also