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
Update the documentation to include the
missing environment variables.
The missing environment variables are involved
in the build process of the frontend image.
@@ -100,3 +100,14 @@ These are the environmental variables you can set for the impress-backend contai
100
100
| MALWARE_DETECTION_PARAMETERS | A dict containing all the parameters to initiate the malware detection backend | {"callback_path": "core.malware_detection.malware_detection_callback",} |
101
101
| THEME_CUSTOMIZATION_FILE_PATH | full path to the file customizing the theme. An example is provided in src/backend/impress/configuration/theme/default.json | BASE_DIR/impress/configuration/theme/default.json |
102
102
| THEME_CUSTOMIZATION_CACHE_TIMEOUT | Cache duration for the customization settings | 86400 |
103
+
104
+
105
+
## impress-frontend image
106
+
107
+
These are the environment variables you can set to build the `impress-frontend` image.
0 commit comments