Skip to content

Commit 365ef72

Browse files
authored
prod 환경 스케줄러 켜기 (#160)
(# 입력 하고 이슈 선택) ### Proposed Changes prod 환경의 스케줄러 on ### Code Review Point (리뷰어가 중점적으로 보면 좋을 부분을 적어주세요.)
1 parent ab01a0c commit 365ef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jwt:
3131
fcm:
3232
secret-key: ${FIREBASE_SECRET_KEY}
3333
scheduler:
34-
status: false
34+
status: true
3535
cors:
3636
allowed-origins:
3737
- ${CORS_ALLOWED_ORIGINS_01}

0 commit comments

Comments
 (0)