Config

Package config schemas makes use of the Marshmallow library and offers a simple, clean and safe way of customizing Packages.

Read more in Setup/Configure, or check out an Example.

class aioli.config.PackageConfigSchema(*args, **kwargs)[source]

Package configuration schema

Variables
  • debug – Set debug level for package, effectively overriding Application’s debug level

  • path – Package path, uses Package name if empty

  • should_import_services – Setting to False skips Service registration for this Package

  • should_import_controllers – Setting to False skips Controller registration for this Package