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
| Environment variable | Description | Default value |
@@ -199,7 +200,8 @@ services:
199
200
| `CORS_ALLOW_HEADERS` | A comma separated list of request headers allowed to be sent by the client, for example `X-My-Header` | `Accept,Authorization,Content-Type,X-Custom-Header` |
200
201
| `CORS_MAX_AGE` | Indicates how long the results of a preflight request can be cached | `3600` |
201
202
202
-
Used to configure [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
203
+
These variables are used to configure [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).
204
+
203
205
204
206
### Add-on variables
205
207
@@ -231,7 +233,7 @@ In this case, extend the image as explained before.
231
233
```
232
234
233
235
234
-
####Developing packages
236
+
### Developing packages variable
235
237
236
238
It is possible to install local packages instead of packages from pip.
237
239
To do so, pass the `DEVELOP` environment variable with a space separated list of paths to Python packages to be installed.
@@ -252,7 +254,6 @@ We advise against using this feature on production environments.
This image supports ZEO clusters as a simple way to allow horizontal scaling of the backend. Check the example page: {doc}`/volto/configuration/environmentvariables`.
304
+
This image supports ZEO clusters as a simple way to allow horizontal scaling of the backend.
305
+
Check the example page: {doc}`/volto/configuration/environmentvariables`.
0 commit comments