Skip to content

Commit

Permalink
🚑 [HOTFIX]: yaml 설정 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
anxi01 committed Mar 25, 2024
1 parent b8427b1 commit 9d11f85
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
server:
tomcat:
max-http-form-post-size: 50MB
max-swallow-size: 50MB
spring:
datasource:
url: ENC(n4/vfuXi9RgGDgM4YDTlAwr+l5NODha2ZOeXaQgOSasKRiz7J1MCGFhnNQ8ZoA0mgpmSLtbeN3HnvPS0D5L/1u9NZpmjcU1Ta6P6nP1aY84abBrIc4aL0UwW84IpznW4)
Expand Down Expand Up @@ -45,9 +49,4 @@ jwt:
issuer: ENC(bbdtWueEsh7LW+PrGzB46UwfJKBJW8DMJcbn9cAkLrk=)
secret_key: ENC(3P9HeDamaRYl9h4zz9M7Vy7xoQZ23d4t)

univcertKey: ENC(qv85ftlYv6nJRP/yWbWsLuFbZCsNQVzoHAs5ioRaG0StCAWs7XaPq8qiYvqkDte6)

server:
tomcat:
max-http-form-post-size: 50MB
max-swallow-size: 50MB
univcertKey: ENC(qv85ftlYv6nJRP/yWbWsLuFbZCsNQVzoHAs5ioRaG0StCAWs7XaPq8qiYvqkDte6)

0 comments on commit 9d11f85

Please sign in to comment.