DEFAULT_PROFILE constant

String const DEFAULT_PROFILE

Constant class containing predefined constants used across the application.

This class provides a centralized location for defining constants that are used throughout the application. It includes:

  • Default profile

Default profile

This is the default profile used by Jet applications

Implementation

static const String DEFAULT_PROFILE = 'jetleaf';