-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapplication.yml
More file actions
47 lines (40 loc) · 1007 Bytes
/
application.yml
File metadata and controls
47 lines (40 loc) · 1007 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
spring:
config:
import: optional:file:.env[.properties]
profiles:
active: dev
output:
ansi:
enabled: always
jpa:
properties:
hibernate:
format_sql: true
highlight_sql: true
use_sql_comments: true
hibernate:
ddl-auto: update
show-sql: true
sql:
init:
mode: always
h2:
console:
enabled: true
springdoc:
api-docs:
enabled: true
mailgun:
api-key: ${MAILGUN_API_KEY} #메일건 사이트에서 발급받은 API 키
domain: ${MAILGUN_DOMAIN} #사용할 도메인 값
from: ${MAILGUN_FROM} #임의로 입력하고 뒤에 도메인만 붙여주시면 됩니다! no-reply@devstaion.or.kr 이런식으로요!
jwt:
secret: ${SECRET_KEY}
access-token-expiration: 3600 # 1시간
refresh-token-expiration: 1209600 # 14일
tmap: #Tmap 대중교통 추천 api 키
api-key: ${TMAP_API_KEY}
kakao: #Kakao map REST API 키
restapi-key: ${KAKAOMAP_API_KEY}
kopis:
api-key: ${KOPIST_API_KEY}