| 
									
										
										
										
											2017-01-25 20:47:33 +02:00
										 |  |  | spring.application.name=spring-cloud-rest-server | 
					
						
							| 
									
										
										
										
											2017-01-19 00:09:47 +02:00
										 |  |  | server.port=8761 | 
					
						
							| 
									
										
										
										
											2017-01-25 16:36:18 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | #### cloud | 
					
						
							| 
									
										
										
										
											2017-01-25 20:35:15 +02:00
										 |  |  | eureka.instance.hostname=localhost | 
					
						
							|  |  |  | eureka.client.serviceUrl.defaultZone=${EUREKA_URI:http://system:systemPass@localhost:8761/eureka} | 
					
						
							| 
									
										
										
										
											2017-01-19 00:09:47 +02:00
										 |  |  | eureka.client.registerWithEureka=false | 
					
						
							| 
									
										
										
										
											2017-01-22 16:23:07 +02:00
										 |  |  | eureka.client.fetchRegistry=false | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #### security | 
					
						
							|  |  |  | security.basic.enabled=true | 
					
						
							|  |  |  | security.basic.path=/** | 
					
						
							|  |  |  | security.user.name=system | 
					
						
							|  |  |  | security.user.password=systemPass | 
					
						
							|  |  |  | security.user.role=ADMIN | 
					
						
							|  |  |  | security.sessions=always |