Skip to content

Commit

Permalink
🐛 Feature/289 aws doc대로 nginx.conf 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanvp committed Jan 25, 2024
1 parent e48a557 commit de048be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
File renamed without changes.
10 changes: 0 additions & 10 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ fcm:
url: ${FCM_URL}
project-num: ${FCM_PROJECT_NUMBER}

server:
tomcat:
max-http-form-post-size: 30MB
---
spring:
config:
Expand Down Expand Up @@ -206,9 +203,6 @@ fcm:
url: ${FCM_URL}
project-num: ${FCM_PROJECT_NUMBER}

server:
tomcat:
max-http-form-post-size: 30MB
---
spring:
config:
Expand Down Expand Up @@ -302,7 +296,3 @@ naver-sms:
fcm:
url: ${FCM_URL}
project-num: ${FCM_PROJECT_NUMBER}

server:
tomcat:
max-http-form-post-size: 30MB

0 comments on commit de048be

Please sign in to comment.