Skip to content

Commit

Permalink
fix: envorinment variable error
Browse files Browse the repository at this point in the history
- 환경변수 에러 수정
  • Loading branch information
seokwns committed Jan 18, 2024
1 parent 21811ce commit 9536fc8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"api.report.receiver-email=qwer1234",
"api.image.cache-size=1000",
"api.image.cache-schedule=0 0/10 * * * *",
"api.image.well-known-cache-schedule=0 0/10 * * * *",
"api.image.expire=5",
"redis.host=localhost"
"redis.host=localhost",
})
@SpringBootTest
class SeeRealviewApplicationTests {
Expand Down

0 comments on commit 9536fc8

Please sign in to comment.