Default model identifier for the frontend to pre-fill.
Not used server-side for session creation — model is still required in
ICreate.IProps.
Default vendor ID for the frontend to pre-fill the session creation form.
Not used server-side for session creation — vendor_id is still required
in ICreate.IProps. This is purely a frontend convenience.
Default locale for new sessions.
Used as the server-side fallback when a session is created without an explicit locale.
Default IANA timezone identifier for new sessions.
Used as the server-side fallback when a session is created without an explicit timezone.
Global configuration for the playground application.
Stored as a singleton record in the database. Provides default values for session creation (locale, timezone) and frontend form pre-fill (default vendor and model).
Author
Samchon