This page describes configurations of OData Provider.
To set up these parameters, login to IFS Middleware Server Admin Console. Navigate to Common -> Admin Server -> Server Startup. Add the parameters under Arguments text box.
| System Properties | Default Value | Description | Usage | Allowed in production environments | 
|---|---|---|---|---|
| odp.extension.xlsx.cache.ttl.mins | 5 | Maximum time allowed for Microsoft Excel file downloads.
			
			
  | 
			Caution: Increasing this value to a too high value can increase security risks. | Yes
				 Not Recommended  | 
		
| odp.extension.imageresize.cache.files.deleteonstartup | false | Image cache should be deleted at server startup |  
				
  | 
			Yes
				 Not Recommended  | 
		
| odp.csrf.protection.enabled | true | Determines if Cross-site request forgery protection is enabled or not | 
				
  | 
			Yes Highly recommended to keep enabled in production environments  | 
		
| odp.csrf.token.refresh.enabled | false | Determines if Cross-site request forgery cookie value should be updated with each data modifying request 
				
  | 
			
				
  | 
			No  Must be disabled in production  | 
		
| odp.struct.binary.attribute.max.length | 64000 | Maximum length of Binary Model data for Structures.
				
  | 
			
				
  | 
			Yes | 
| ifs.show-stack-trace | false | Exception type and message is added in to inner error of the response body. | Debug purpose | No. | 
| ifs.force-metadata-exceptions-to-trace | false | Determines whether information of metadata related exceptions should be included in the debug response, under server trace. | Debug purpose
				
  | 
			No |