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
A pattern where the FiftyOne Enterprise API has a separate DNS
178
+
name to separate API traffic from other FiftyOne Enterprise Applications.
179
+
Voxel51 provides separate Nginx configurations for:
180
+
1. [FiftyOne Enterprise App and FiftyOne Enterprise CAS services](./example-nginx-site.conf)
181
+
1. [FiftyOne Enterprise API service](./example-nginx-api.conf).
172
182
173
183
## Upgrades
174
184
@@ -475,7 +485,7 @@ follow
475
485
| `FIFTYONE_APP_PRIVACY_URL` | Privacy URL used in App | No |
476
486
| `FIFTYONE_APP_IMPRINT_URL` | Imprint URL used in App | No |
477
487
| `FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION` | The recommended fiftyone SDK version. This will be displayed in install modal (i.e. `pip install ... fiftyone==0.11.0`) | No |
478
-
| `FIFTYONE_APP_THEME` | The default theme configuration for your FiftyOne Enterprise application as described [here](https://docs.voxel51.com/user_guide/config.html#configuring-the-app) | No |
488
+
| `FIFTYONE_APP_THEME` | The default theme configuration for your FiftyOne Enterprise application as described [in our documentation](https://docs.voxel51.com/user_guide/config.html#configuring-the-app) | No |
479
489
| `FIFTYONE_APP_DEFAULT_QUERY_PERFORMANCE` | Controls whether Query Performance mode is enabled by default for every dataset for the application. Set to false to set default mode to off. | No |
480
490
| `FIFTYONE_APP_ENABLE_QUERY_PERFORMANCE` | Controls whether Query Performance mode is enabled for the application. Set to false to disable Query Performance mode for entire application. | No |
481
491
| `FIFTYONE_API_URI` | The URI to be displayed in the `Install FiftyOne` Modal and `API Keys` configuration screens | No |
0 commit comments