Skip to content

1015 - App Settings

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

maml
{
  app_name: "Terry, Hansen and Dare"
  environment: "staging"
  debug: true
  port: 3580

  # Logging
  log_level: "error"
  log_format: "json"
  api_version: "v5"
  max_request_size: "35mb"
}

See Also