19 lines
		
	
	
		
			448 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			448 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| spring.application.name=gateway
 | |
| server.port=8080
 | |
| 
 | |
| eureka.client.region = default
 | |
| eureka.client.registryFetchIntervalSeconds = 5
 | |
| 
 | |
| management.security.sessions=always
 | |
| 
 | |
| logging.level.org.springframework.web.=INFO
 | |
| logging.level.org.springframework.security=INFO
 | |
| 
 | |
| spring.redis.host=localhost
 | |
| spring.redis.port=6379
 | |
| 
 | |
| spring.sleuth.sampler.percentage=1.0
 | |
| spring.sleuth.web.skipPattern=(^cleanup.*|.+favicon.*)
 | |
| 
 | |
| spring.zipkin.baseUrl=http://localhost:9411
 |