Bladeren bron

new changes

placidenduwayo 1 jaar geleden
bovenliggende
commit
06a0a662d9
1 gewijzigde bestanden met toevoegingen van 12 en 0 verwijderingen
  1. 12
    0
      README.md

+ 12
- 0
README.md Bestand weergeven

@@ -15,5 +15,17 @@ 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.
19
+The configuration server is as follow:
20
+
21
+server:
22
+  port: 8280
23
+spring:
24
+  cloud:
25
+    config:
26
+      server:
27
+        git:
28
+          uri: https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git
29
+          default-label: master
18 30
 
19 31
 

Powered by TurnKey Linux.