Skip to content

Commit e7b0780

Browse files
committed
fix example config
1 parent 21ef163 commit e7b0780

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

application.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ spring:
1919
deleteUntrackedBranches: false
2020
refreshRate: 0
2121
# username: trolley
22+
# for GitHub, use a personal access token
2223
# password: strongpassword
23-
defaultLabel: master
24+
defaultLabel: main
2425
# See: https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_file_system_backend
2526
native:
2627
searchLocations: "file:config/{application"

0 commit comments

Comments
 (0)