Admin UI excerpt
File: /C:/Users/moabd/OneDrive/Documents/New project/appsmith-src/app/client/src/ce/pages/AdminSettings/config/configuration.tsx

41:export const APPSMITH_BASE_URL: Setting = {
42:  id: "APPSMITH_BASE_URL",
43:  category: SettingCategories.CONFIGURATION,
44:  controlType: SettingTypes.TEXTINPUT,
45:  controlSubType: SettingSubtype.TEXT,
46:  label: "Appsmith Base URL",
47:  subText:
48:    "* The base URL where Appsmith is accessible. This is required for password reset and email verification links to work correctly.",
49:  placeholder: "https://appsmith.example.com",
