We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8346a44 commit 4665d94Copy full SHA for 4665d94
src/main/resources/application.properties
@@ -3,4 +3,8 @@ spring.profiles.active=test
3
# TODO : jwt secret은 실제 배포할 때 변경하고, kms 적용 필요 (core-service도 같이)
4
spring.jwt.secret=YWxsLXRpbWUtY2F0Y2hlci1qd3Qtc2VjcmV0LWNvbmZpZ3VyYXRpb24tZGV2bC1zb3VyY2UtY29kZQo=
5
6
-server.servlet.encoding.force-response=true
+server.servlet.encoding.force-response=true
7
+
8
+spring.datasource.hikari.maximum-pool-size=5
9
+spring.datasource.hikari.minimum-idle=5
10
+spring.datasource.hikari.idleTimeout=60000
0 commit comments