Skip to content

105 - App Settings

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

maml
{
  app_name: "Kulas LLC"
  environment: "test"
  debug: false
  port: 4336

  # Logging
  log_level: "warn"
  log_format: "text"
  api_version: "v1"
  max_request_size: "14mb"
}

See Also