Skip to content

Commit 8c3b29f

Browse files
authored
Update application.properties
1 parent 1a6cc45 commit 8c3b29f

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

src/main/resources/application.properties

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,15 @@
11
spring.application.name=FixLog
22

3-
43
##### [DEV] #####
54
server.port=8083
65

7-
# DB
8-
9-
server.port=8083
10-
116
# DB (MySQL)
127
spring.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-
=======
208
spring.datasource.url=jdbc:mysql://fixlog-db.c7cau8y2srl7.ap-northeast-2.rds.amazonaws.com:3306/fixlog?serverTimezone=Asia/Seoul
219
spring.datasource.username=admin
2210
spring.datasource.password=${MYSQL_PASSWORD}
2311

2412
# JPA
25-
>>>>>>> origin/develop
2613
spring.jpa.hibernate.ddl-auto=update
2714
spring.jpa.show-sql=true
2815
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
@@ -37,14 +24,10 @@ cloud.aws.s3.bucket=${AWS_S3_BUCKET}
3724
# JWT
3825
jwt.secret=${JWT_KEY}
3926

40-
# ?? ??
27+
# Spring Security 디버깅 로그
4128
logging.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

0 commit comments

Comments
 (0)