Skip to content

Commit 06e46bf

Browse files
committed
chore: application yml 수정 (CI/CD 대응)
1 parent 722f764 commit 06e46bf

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

backend/src/main/resources/application-prod.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,17 @@ logging:
9191
org.springframework.security: DEBUG
9292
file:
9393
name: ${LOG_PATH:/home/ec2-user}/logs/application.log
94+
95+
springdoc:
96+
api-docs:
97+
path: /v3/api-docs
98+
swagger-ui:
99+
path: /swagger-ui.html
100+
tags-sorter: alpha
101+
operations-sorter: alpha
102+
packages-to-scan: com.maru.controller
103+
use-javadoc: true
104+
105+
maru:
106+
demo:
107+
user-id: ${DEMO_USER_ID}
Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
spring:
22
profiles:
3-
active: local
4-
5-
springdoc:
6-
api-docs:
7-
path: /v3/api-docs
8-
swagger-ui:
9-
path: /swagger-ui.html
10-
tags-sorter: alpha
11-
operations-sorter: alpha
12-
packages-to-scan: com.maru.controller
13-
use-javadoc: true
14-
15-
maru:
16-
demo:
17-
user-id: 0DEMOUSER001
3+
active: local

0 commit comments

Comments
 (0)