| 
				
			 | 
			
			
				@@ -15,7 +15,7 @@ This git is gathering all configuration files of utility and business microservi 
			 | 
		
	
		
			
			| 
				15
			 | 
			
				15
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				16
			 | 
			
				16
			 | 
			
			
				 The configurations inside each file are made for docker images related 
			 | 
		
	
		
			
			| 
				17
			 | 
			
				17
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				18
			 | 
			
				
			 | 
			
			
				-At startup, each service contacts the configuration server and the latter picks up the configuration of this service in this git. 
			 | 
		
	
		
			
			| 
				
			 | 
			
				18
			 | 
			
			
				+At startup, each service contacts the configuration server and this one picks up the configuration of the service in this git. 
			 | 
		
	
		
			
			| 
				19
			 | 
			
				19
			 | 
			
			
				 The configuration server is as follow: 
			 | 
		
	
		
			
			| 
				20
			 | 
			
				20
			 | 
			
			
				 ``` 
			 | 
		
	
		
			
			| 
				21
			 | 
			
				21
			 | 
			
			
				 server: 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -25,7 +25,7 @@ spring: 
			 | 
		
	
		
			
			| 
				25
			 | 
			
				25
			 | 
			
			
				     config: 
			 | 
		
	
		
			
			| 
				26
			 | 
			
				26
			 | 
			
			
				       server: 
			 | 
		
	
		
			
			| 
				27
			 | 
			
				27
			 | 
			
			
				         git: 
			 | 
		
	
		
			
			| 
				28
			 | 
			
				
			 | 
			
			
				-          uri: https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git 
			 | 
		
	
		
			
			| 
				
			 | 
			
				28
			 | 
			
			
				+          uri: https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git # a git repo for all services config files 
			 | 
		
	
		
			
			| 
				29
			 | 
			
				29
			 | 
			
			
				           default-label: master 
			 | 
		
	
		
			
			| 
				30
			 | 
			
				30
			 | 
			
			
				 ``` 
			 | 
		
	
		
			
			| 
				31
			 | 
			
				31
			 | 
			
			
				  
			 |