Skip to content

Commit

Permalink
[setting #192] setting 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unanchoi committed Jan 17, 2024
1 parent cc84d4f commit a2695c8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pophory CI

on:
pull_request:
push:
branches: [ "develop" ]

permissions:
Expand Down
14 changes: 14 additions & 0 deletions pophory-api/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ cloud:
bucket: ${S3_BUCKET}
pophorysm:
id: ${POPHORYSM_ID}

springdoc:
packages-to-scan: com.pophory.pophoryapi
default-consumes-media-type: application/json;charset=UTF-8
default-produces-media-type: application/json;charset=UTF-8
swagger-ui:
tags-sorter: alpah
operations-sorter: alpha
api-docs:
path: /api-docs/json
groups:
enabled: true
cache:
disabled: true
14 changes: 14 additions & 0 deletions pophory-api/src/main/resources/application-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ cloud:
bucket: ${S3_BUCKET}
pophorysm:
id: ${POPHORYSM_ID}

springdoc:
packages-to-scan: com.pophory.pophoryapi
default-consumes-media-type: application/json;charset=UTF-8
default-produces-media-type: application/json;charset=UTF-8
swagger-ui:
tags-sorter: alpah
operations-sorter: alpha
api-docs:
path: /api-docs/json
groups:
enabled: true
cache:
disabled: true

0 comments on commit a2695c8

Please sign in to comment.