placidenduwayo 3 роки тому
джерело
коміт
1e5ceef81a
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      README.md

+ 2
- 2
README.md Переглянути файл

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 the latter picks up the configuration of this service in this git.
19
 The configuration server is as follow:
19
 The configuration server is as follow:
20
----
20
+```
21
 server:
21
 server:
22
   port: 8280
22
   port: 8280
23
 spring:
23
 spring:
27
         git:
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
29
           default-label: master
29
           default-label: master
30
-
30
+```
31
 
31
 

Powered by TurnKey Linux.