Commit 30dfc81 1 parent 822d103 commit 30dfc81 Copy full SHA for 30dfc81
File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
- classpath:/yaml/application-local.yaml
5
5
- classpath:/yaml/application-prod.yaml
6
6
profiles :
7
- active : ${SPRING_PROFILES_ACTIVE:local }
7
+ active : ${SPRING_PROFILES_ACTIVE}
8
8
9
9
10
10
Original file line number Diff line number Diff line change @@ -37,17 +37,17 @@ spring:
37
37
format_sql : true
38
38
show_sql : true
39
39
40
- # apple:
41
- # team:
42
- # id: ${APPLE_TEAM_ID:default_value }
43
- # login:
44
- # key: ${APPLE_LOGIN_KEY:default_value }
45
- # client:
46
- # id: ${APPLE_CLIENT_ID:default_value }
47
- # redirect:
48
- # url: ${APPLE_REDIRECT_URL:default_value }
49
- # key:
50
- # path: ${APPLE_KEY_PATH:default_value }
40
+ apple :
41
+ team :
42
+ id : ${APPLE_TEAM_ID}
43
+ login :
44
+ key : ${APPLE_LOGIN_KEY}
45
+ client :
46
+ id : ${APPLE_CLIENT_ID}
47
+ redirect :
48
+ url : ${APPLE_REDIRECT_URL}
49
+ key :
50
+ path : ${APPLE_KEY_PATH}
51
51
52
52
# data:
53
53
# redis:
You can’t perform that action at this time.
0 commit comments