diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7be0cbf..4ec6372 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,6 +19,6 @@ logging: org.hibernate.SQL: debug jwt: - secret-key: ${JWT_SECRET_KEY}] + secret-key: ${JWT_SECRET_KEY} access-token-expire-period: ${ACCESS_TOKEN_EXPIRE_PERIOD} - refresh-token-expire-period: ${REFRESH_TOKEN_EXPIRE_PERIOD} \ No newline at end of file + refresh-token-expire-period: ${REFRESH_TOKEN_EXPIRE_PERIOD}