Skip to content

Commit

Permalink
fix: deploy오류 (refresh늘리기)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmondBreez3 committed Jan 23, 2024
1 parent fb96c37 commit d781943
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/main/resources/application-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ auth:
jwt:
secret-key: ${JWT_SECRET_KEY}
access-exp: ${JWT_ACCESS_EXP:3600}
refresh-exp: ${JWT_REFRESH_EXP:3600}
refresh-exp: ${JWT_REFRESH_EXP}

oauth:
kakao:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ public class Screening extends BaseTimeEntity {
private boolean hasAgreed;
private boolean isPrivate;
private Category category;
private int screeningRate;


@Builder
private Screening(String title, String posterImgUrl, HostInfo hostInfo, String location, String participationUrl,
Expand Down

0 comments on commit d781943

Please sign in to comment.