File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11spring.application.name =FixLog
22
3-
43# #### [DEV] #####
54server.port =8083
65
7- # DB
8-
9- server.port =8083
10-
116# DB (MySQL)
127spring.datasource.driver-class-name =com.mysql.cj.jdbc.Driver
13- <<<<<<< HEAD
14- spring.datasource.url =${MYSQL_URL}
15- spring.datasource.username =${MYSQL_USERNAME}
16- spring.datasource.password =${MYSQL_PASSWORD}
17-
18-
19- =======
208spring.datasource.url =jdbc:mysql://fixlog-db.c7cau8y2srl7.ap-northeast-2.rds.amazonaws.com:3306/fixlog?serverTimezone=Asia/Seoul
219spring.datasource.username =admin
2210spring.datasource.password =${MYSQL_PASSWORD}
2311
2412# JPA
25- >>>>>>> origin/develop
2613spring.jpa.hibernate.ddl-auto =update
2714spring.jpa.show-sql =true
2815spring.jpa.properties.hibernate.dialect =org.hibernate.dialect.MySQLDialect
@@ -37,14 +24,10 @@ cloud.aws.s3.bucket=${AWS_S3_BUCKET}
3724# JWT
3825jwt.secret =${JWT_KEY}
3926
40- # ?? ??
27+ # Spring Security 디버깅 로그
4128logging.level.org.springframework.security =DEBUG
4229
43-
44-
45-
4630# #### [PROD] #####
47-
4831# server.port=8083
4932#
5033# spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
You can’t perform that action at this time.
0 commit comments