Skip to content

3002 - App Settings

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

maml
{
  app_name: "Wolf, Leannon and Jast-Mueller"
  environment: "staging"
  debug: true
  port: 7957

  # Logging
  log_level: "info"
  log_format: "pretty"
  api_version: "v4"
  max_request_size: "73mb"
}

See Also