Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions src/main/resources/application-local.yml

This file was deleted.

29 changes: 0 additions & 29 deletions src/main/resources/application-test.yml

This file was deleted.

41 changes: 5 additions & 36 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
spring:
profiles:
group:
prod:
- prod
- secret
local:
- local
- secret
test:
- test
- secret
config:
import:
- classpath:/secret/application-cloud.yml
- classpath:/secret/application-db.yml
- classpath:/secret/application-variable.yml

tomcat:
threads:
Expand All @@ -20,35 +14,10 @@ spring:
max-file-size: 10MB
max-request-size: 10MB

jpa:
hibernate:
ddl-auto: none
generate-ddl: false
show-sql: false
database: mysql
defer-datasource-initialization: true

mvc:
path match:
matching-strategy: ANT_PATH_MATCHER

sql:
init:
mode: never

jwt:
secret:
aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee

kakao:
token_url: "https://kauth.kakao.com/oauth/token"
user_info_url: "https://kapi.kakao.com/v2/user/me"

view:
count:
scheduling:
delay: 3000

management:
endpoints:
web:
Expand Down