Skip to content

Commit 82da551

Browse files
committed
fix yml format
1 parent 561c63a commit 82da551

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/spring-cloud/spring-cloud-tutorial-config-server.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ If you have written a YAML file with your repository settings, you can import yo
157157

158158
```yml
159159
spring:
160-
cloud:
161-
config:
162-
server:
163-
git:
164-
uri: https://github.com/azure-spring-cloud-samples/config-server-repository.git
165-
username: username
166-
password: password/token
160+
cloud:
161+
config:
162+
server:
163+
git:
164+
uri: https://github.com/azure-spring-cloud-samples/config-server-repository.git
165+
username: <username>
166+
password: <password/token>
167167

168168
```
169169

0 commit comments

Comments
 (0)