-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication-test.yml
More file actions
57 lines (51 loc) · 970 Bytes
/
application-test.yml
File metadata and controls
57 lines (51 loc) · 970 Bytes
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
spring:
datasource:
url: jdbc:h2:mem:testdb;MODE=MySQL;DB_CLOSE_DELAY=-1
driver-class-name: org.h2.Driver
username: sa
password:
jpa:
hibernate:
ddl-auto: create-drop
show-sql: true
data:
redis:
host: localhost
port: 6379
spotify:
client-id: test-id
client-secret: test-secret
jwt:
secret: c2VjcmV0LWtleS1mb3ItdGVzdGluZy1wdXJwb3Nlcy1vbmx5LW5vdC1mb3ItcHJvZHVjdGlvbg==
access-token-expiration: 3600
refresh-token-expiration: 3600
mailgun:
api-key: test
domain: test
from: test@test.com
tmap:
api-key: test
kakao:
restapi-key: test
kopis:
api-key: test
oauth:
kakao:
client-id: test
client-secret: test
redirect-uri: test
google:
client-id: test
client-secret: test
redirect-uri: test
cloud:
aws:
s3:
bucket: test-bucket
credentials:
access-key: test
secret-key: test
region:
static: ap-northeast-2
stack:
auto: false