Skip to content

816 - App Settings

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

maml
{
  app_name: "Prohaska - Rowe"
  environment: "development"
  debug: false
  port: 3367

  # Logging
  log_level: "info"
  log_format: "json"
  api_version: "v2"
  max_request_size: "66mb"
}

See Also