Reviewed-on: #267 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com> Co-authored-by: Adam Bem <adam.bem@zoho.eu> Co-committed-by: Adam Bem <adam.bem@zoho.eu>
		
			
				
	
	
		
			17 lines
		
	
	
		
			388 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			388 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| #environment:
 | |
| server.port = 8097
 | |
| spring.application.name = klaus
 | |
| spring.mvc.view.suffix=.html
 | |
| logging.level.root=INFO
 | |
| logging.level.org.springframework.web=INFO
 | |
| logging.level.com.release11=INFO
 | |
| 
 | |
| #database:
 | |
| spring.redis.host=redis
 | |
| spring.redis.port=6379
 | |
| 
 | |
| #retention
 | |
| retention.minutes-to-delete-message=1440
 | |
| retention.minutes-to-delete-history-record=1440
 | |
| retention.retention-cooldown=1440
 |