Package org.apache.unomi.web
Annotation Interface WebConfig.Config
- Enclosing class:
- WebConfig
public static @interface WebConfig.Config
-
Optional Element Summary
Optional Elements
-
Element Details
-
contextserver_domain
String contextserver_domain- Default:
- ""
-
contexserver_profileIdCookieName
String contexserver_profileIdCookieName- Default:
- "context-profile-id"
-
contextserver_profileIdCookieMaxAgeInSeconds
int contextserver_profileIdCookieMaxAgeInSeconds- Default:
- 31536000
-
contextserver_profileIdCookieHttpOnly
boolean contextserver_profileIdCookieHttpOnly- Default:
- false
-
allowed_profile_download_formats
String[] allowed_profile_download_formats- Default:
- {"csv", "yaml", "json", "text"}
-
public_post_request_bytes_limit
int public_post_request_bytes_limit- Default:
- 200000
-