Browse Source

new changes

placidenduwayo 1 year ago
parent
commit
06a0a662d9
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      README.md

+ 12
- 0
README.md View File

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.