Skip to content

Commit bbcf05b

Browse files
authored
Remove sensitive data from application.yml
Removed sensitive configuration details from application.yml.
1 parent eb33aa4 commit bbcf05b

1 file changed

Lines changed: 0 additions & 52 deletions

File tree

src/main/resources/application.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1 @@
1-
server:
2-
port: 8080
3-
address: 0.0.0.0
4-
servlet:
5-
encoding:
6-
charset: UTF-8
7-
force: true
81

9-
spring:
10-
application:
11-
name: my-app
12-
datasource:
13-
url: jdbc:mysql://database-1.cp8owukog9o6.ap-northeast-2.rds.amazonaws.com/pickpick_db
14-
username: pickpick
15-
password: pickpick0904!!
16-
driver-class-name: com.mysql.cj.jdbc.Driver
17-
jpa:
18-
hibernate:
19-
ddl-auto: update
20-
properties:
21-
hibernate:
22-
show_sql: false
23-
format_sql: false
24-
default_batch_fetch_size: 100
25-
26-
jwt:
27-
secret: B0Oij3XXQIgG4Yzv3yqE4QArmq88n8HRFOwVBCHPLjI=
28-
access-token-expiration: 3600000 # 1시간
29-
refresh-token-expiration: 1209600000 # 14일
30-
31-
kakao:
32-
client-id: 67d0afa7117aef6c44604c43f9552e58
33-
redirect-uri: http://localhost:8080/auth/kakao/callback
34-
response-type: code
35-
36-
logging:
37-
level:
38-
root: info
39-
com.myapp: info
40-
41-
cloud:
42-
aws:
43-
s3:
44-
clothes-bucket: fitfit-clothes
45-
profile-bucket: fitfit-profile-img
46-
credentials:
47-
access-key: AKIAU3XHQYLTYOFDMQH5
48-
secret-key: 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
49-
region:
50-
static: ap-northeast-2
51-
auto: false
52-
stack:
53-
auto: false

0 commit comments

Comments
 (0)