You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/greenhouse/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ These are the customizable application properties (appProps) that you can define
52
52
-**demoOrg** (optional): `"demo"`. If the organization name matches this value, the app will use the demo user token for authentication.
53
53
-**demoUserToken** (optional): `"token for demo user"`. Used for authentication if `demoOrg` and `demoUserToken` are set, and the organization name matches `demoOrg`.
54
54
**Note:** This is ignored if `mockAuth` is set.
55
+
-**basePath** (optional, default: `/`):
56
+
Specifies the root path under which the application is served. Useful for deploying the app to a subdirectory. If not provided, defaults to the root path `/`.
0 commit comments