Skip to content

Commit 30dfc81

Browse files
committed
test apple env
1 parent 822d103 commit 30dfc81

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/main/resources/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring:
44
- classpath:/yaml/application-local.yaml
55
- classpath:/yaml/application-prod.yaml
66
profiles:
7-
active: ${SPRING_PROFILES_ACTIVE:local}
7+
active: ${SPRING_PROFILES_ACTIVE}
88

99

1010

src/main/resources/yaml/application-local.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@ spring:
3737
format_sql: true
3838
show_sql: true
3939

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}
5151

5252
# data:
5353
# redis:

0 commit comments

Comments
 (0)