Skip to content

1516 - App Settings

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

maml
{
  app_name: "Johns, McDermott and Bernhard"
  environment: "test"
  debug: true
  port: 4601

  # Logging
  log_level: "debug"
  log_format: "text"
  api_version: "v4"
  max_request_size: "22mb"
}

See Also