-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.yml
More file actions
75 lines (71 loc) · 1.56 KB
/
Copy pathapplication.yml
File metadata and controls
75 lines (71 loc) · 1.56 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
spring:
datasource:
url: jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
username: sa
password:
driver-class-name: org.h2.Driver
jpa:
open-in-view: false
hibernate:
ddl-auto: create-drop
flyway:
enabled: false
data:
redis:
host: localhost
port: 6379
security:
api:
keys:
monitoring: test-monitoring-key
developer: test-developer-key
secured-endpoints:
- /actuator
jwt:
secret:
expiration:
access-token-expiration: 3600000
refresh-token-expiration: 86400000
issuer:
issuer-name: sopt-makers
secret-key: test-secret-key-that-is-long-enough-for-hmac
auth:
bypass-login:
phone: "01000000000"
code: "000000"
name: test-bypass-login
crew:
apikey: test-crew-api-key
external:
oauth:
apple:
web-aud: test-apple-web-aud
app-aud: test-apple-app-aud
google:
client:
id: test-google-client-id
sms:
gabia:
sms-id: test-gabia-sms-id
api-key: test-gabia-api-key
sender-number: "01000000000"
s3:
bucket: test-bucket
region: ap-northeast-2
base-dir: test/
playground:
url: http://localhost
token: test-playground-token
alarm:
url: http://localhost
key: test-alarm-key
arn: arn:aws:scheduler:ap-northeast-2:000000000000:schedule/test
eventbridge:
role-arn: arn:aws:iam::000000000000:role/test
region: ap-northeast-2
auth:
url: http://localhost
api-key: test-auth-api-key
service-name: test-service
crew:
url: http://localhost