| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | spring.application.name=gateway | 
					
						
							|  |  |  | server.port=8080 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | eureka.client.region = default | 
					
						
							|  |  |  | eureka.client.registryFetchIntervalSeconds = 5 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | management.security.sessions=always | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-08-20 09:30:22 +03:00
										 |  |  | logging.level.org.springframework.web.=INFO | 
					
						
							|  |  |  | logging.level.org.springframework.security=INFO | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | spring.redis.host=localhost | 
					
						
							|  |  |  | spring.redis.port=6379 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | spring.sleuth.sampler.percentage=1.0 | 
					
						
							| 
									
										
										
										
											2023-05-31 13:40:49 +02:00
										 |  |  | spring.sleuth.web.skipPattern=(^cleanup.*|.+favicon.*) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | spring.zipkin.baseUrl=http://localhost:9411 |