placidenduwayo il y a 3 ans
Parent
révision
06a0a662d9
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12
    0
      README.md

+ 12
- 0
README.md Voir le fichier

15
 
15
 
16
 The configurations inside each file are made for docker images related
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.