Skip to content

Commit edf07fc

Browse files
committed
fix : google client id application.yaml로 이동
1 parent 754e50d commit edf07fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/main/resources/application-local.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ naver:
3333
client-id: ${NAVER_CLIENT_ID}
3434
secret: ${NAVER_CLIENT_SECRET}
3535

36-
google:
37-
android-id: ${GOOGLE_ANDROID_CLIENT_ID}
38-
ios-id: ${GOOGLE_IOS_CLIENT_ID}
39-
40-
#apple:
41-
# client-id: ${APPLE_CLIENT_ID}
42-
#
43-
4436
logging:
4537
level:
4638
org.hibernate.SQL: debug

src/main/resources/application.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,12 @@ fcm:
2525
file_path: firebase/tinybite_fcm.json
2626
url: https://fcm.googleapis.com/v1/projects/${FCM_PROJECT_ID}/messages:send
2727
google_api: https://www.googleapis.com/auth/cloud-platform
28-
project_id: ${FCM_PROJECT_ID}
28+
project_id: ${FCM_PROJECT_ID}
29+
30+
google:
31+
android-id: ${GOOGLE_ANDROID_CLIENT_ID}
32+
ios-id: ${GOOGLE_IOS_CLIENT_ID}
33+
34+
#apple:
35+
# client-id: ${APPLE_CLIENT_ID}
36+
#

0 commit comments

Comments
 (0)