| 
									
										
										
										
											2016-09-02 07:33:43 +02:00
										 |  |  | spring.application.name=gateway | 
					
						
							| 
									
										
										
										
											2016-09-02 08:32:12 +02:00
										 |  |  | server.port=8080 | 
					
						
							| 
									
										
										
										
											2016-09-02 07:33:43 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | eureka.client.region = default | 
					
						
							|  |  |  | eureka.client.registryFetchIntervalSeconds = 5 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-18 21:08:41 -06:00
										 |  |  | management.security.sessions=always | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-30 23:07:09 -07:00
										 |  |  | zuul.routes.book-service.path=/book-service/** | 
					
						
							|  |  |  | zuul.routes.book-service.sensitive-headers=Set-Cookie,Authorization | 
					
						
							|  |  |  | hystrix.command.book-service.execution.isolation.thread.timeoutInMilliseconds=600000 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | zuul.routes.rating-service.path=/rating-service/** | 
					
						
							|  |  |  | zuul.routes.rating-service.sensitive-headers=Set-Cookie,Authorization | 
					
						
							|  |  |  | hystrix.command.rating-service.execution.isolation.thread.timeoutInMilliseconds=600000 | 
					
						
							| 
									
										
										
										
											2016-09-02 07:33:43 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-18 21:08:41 -06:00
										 |  |  | zuul.routes.discovery.path=/discovery/** | 
					
						
							|  |  |  | zuul.routes.discovery.sensitive-headers=Set-Cookie,Authorization | 
					
						
							| 
									
										
										
										
											2016-10-19 22:57:57 -06:00
										 |  |  | zuul.routes.discovery.url=http://localhost:8082 | 
					
						
							| 
									
										
										
										
											2016-10-18 21:08:41 -06:00
										 |  |  | hystrix.command.discovery.execution.isolation.thread.timeoutInMilliseconds=600000 | 
					
						
							| 
									
										
										
										
											2016-10-18 18:44:43 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-10-18 21:08:41 -06:00
										 |  |  | logging.level.org.springframework.web.=debug | 
					
						
							|  |  |  | logging.level.org.springframework.security=debug | 
					
						
							|  |  |  | logging.level.org.springframework.cloud.netflix.zuul=debug | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | spring.redis.host=localhost | 
					
						
							| 
									
										
										
										
											2017-02-15 21:07:43 -07:00
										 |  |  | spring.redis.port=6379 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | spring.sleuth.sampler.percentage=1.0 | 
					
						
							| 
									
										
										
										
											2017-02-27 20:52:22 -07:00
										 |  |  | spring.sleuth.web.skipPattern=(^cleanup.*|.+favicon.*) |