Skip to content

619 - App Settings

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

maml
{
  app_name: "Koelpin-Bayer LLC"
  environment: "test"
  debug: true
  port: 3121

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

See Also