Skip to content

316 - App Settings

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

maml
{
  app_name: "Nader Inc"
  environment: "production"
  debug: false
  port: 3534

  # Logging
  log_level: "debug"
  log_format: "text"
  api_version: "v1"
  max_request_size: "92mb"
}

See Also