Skip to content

Commit 2ff2ef0

Browse files
committed
백엔드 서비스 계정 수정
1 parent 0ad4eb5 commit 2ff2ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/java/com/example/cbumanage/service/EmailService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class EmailService {
6969
@PostConstruct
7070
public void init() throws IOException, GeneralSecurityException {
7171
// 1. service_account.json 을 resources 폴더에서 읽어오기
72-
InputStream in = getClass().getResourceAsStream("/cbumanage-450907-8f01c9ed326c.json");
72+
InputStream in = getClass().getResourceAsStream("/cbumanage-464308-f2bb67f5d410.json");
7373
if (in == null) {
7474
throw new FileNotFoundException("service_account.json 파일을 찾을 수 없습니다.");
7575
}

0 commit comments

Comments
 (0)