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
The default application can be customized using environment variables defined in `titiler.application.settings.ApiSettings` class. Each variable needs to be prefixed with `TITILER_API_`.
27
+
28
+
-`NAME` (str): name of the application. Defaults to `titiler`.
29
+
-`CORS_ORIGINS` (str, `,` delimited origins): allowed CORS origin. Defaults to `*`.
30
+
-`CACHECONTROL` (str): Cache control header to add to responses. Defaults to `"public, max-age=3600"`.
31
+
-`ROOT_PATH` (str): path behind proxy.
32
+
-`DEBUG` (str): adds `LoggerMiddleware` and `TotalTimeMiddleware` in the middleware stack.
0 commit comments