diff --git a/src/test/resources/application-test.yml b/src/test/resources/application-test.yml index b688048d..b5d28357 100644 --- a/src/test/resources/application-test.yml +++ b/src/test/resources/application-test.yml @@ -17,4 +17,17 @@ spring: h2: console: enabled: true - path: /h2-console \ No newline at end of file + path: /h2-console + +oauth: + naver: + client-id: ${NAVER_CLIENT_ID} + redirect-uri: ${NAVER_REDIRECT_URI} + client-secret: ${NAVER_CLIENT_SECRET} + +jwt: + secret_key: ${JWT_SECRET_KEY} + +openweather: + api: + key: ${OPENWEATHER_API_KEY} \ No newline at end of file