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: docs/environment-variables.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ The following environment variables can be used to configure fractal-web.
16
16
*`LOG_FILE`: the path of the file where logs will be written; by default is unset and no file will be created;
17
17
*`LOG_LEVEL_FILE`: the log level of logs that will be written to the file; the default value is `info`;
18
18
*`LOG_LEVEL_CONSOLE`: the log level of logs that will be written to the console; the default value is `warn`;
19
-
*`FRACTAL_API_V1_MODE`: include/exclude V1 pages and version switcher; the default value is `include`.
19
+
*`FRACTAL_API_V1_MODE`: include/exclude V1 pages and version switcher; the default value is `include`;
20
+
*`PUBLIC_FRACTAL_VIZARR_VIEWER_URL`: URL to [fractal-vizarr-viewer](https://github.com/fractal-analytics-platform/fractal-vizarr-viewer) service (e.g. http://localhost:3000/vizarr for testing).
20
21
21
22
When running directly using `node` command these extra variables can also be configured:
0 commit comments