Skip to content

1208 - App Settings

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

maml
{
  app_name: "Halvorson, Schimmel and Walsh"
  environment: "development"
  debug: false
  port: 7601

  # Logging
  log_level: "warn"
  log_format: "json"
  api_version: "v4"
  max_request_size: "60mb"
}

See Also