-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapplication.yml
More file actions
90 lines (79 loc) · 1.51 KB
/
application.yml
File metadata and controls
90 lines (79 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
server:
port: 8080
shutdown: graceful
spring:
profiles:
group:
dev:
- persistence
- jwt
- redis
- external
prod:
- persistence
- jwt
- redis
- external
test:
- persistence
- jwt
servlet:
multipart:
max-file-size: 10MB
max-request-size: 30MB
springdoc:
swagger-ui:
path: /swagger-ui
enabled: true
api-docs:
path: /v3/api-docs
enabled: true
override-with-generic-response: false
---
spring:
config:
import: optional:file:secret/application-dev-secret.properties
activate:
on-profile: dev
swagger:
servers:
- url: ${SWAGGER_SERVER_URL:http://localhost:8080}
description: Development Server
info:
title: YAPP API (Dev)
description: YAPP API Documentation for Development
version: v1.0.0-dev
---
spring:
config:
import: optional:file:secret/application-prod-secret.properties
activate:
on-profile: prod
springdoc:
swagger-ui:
enabled: false
api-docs:
enabled: false
---
spring:
config:
import: optional:file:../secret/application-test-secret.properties
activate:
on-profile: test
springdoc:
swagger-ui:
enabled: false
api-docs:
enabled: false
aladin:
api:
ttb-key: dummy-aladin-key
oauth:
kakao:
admin-key: DUMMYADMINKEY
apple:
client-id: dummy.client.id
key-id: DUMMYKEYID
team-id: DUMMYTEAMID
key-path: "path-ignored-by-mock"
audience: https://appleid.apple.com