Skip to content

Commit

Permalink
Merge pull request #11 from TG-WinG/feature/build
Browse files Browse the repository at this point in the history
chore: db 엔드포인트 수정
  • Loading branch information
wwingyou authored Mar 25, 2024
2 parents 1003d1b + 43b756b commit 7e9282f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions JWT/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
#server.servlet.context-path=/tgwing.kr

server.port= 8080
server.port=8080

#database
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/tgwing?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
spring.datasource.username=tgwing
spring.datasource.password=tgwing
spring.datasource.url=jdbc:mysql://db-main.cbsm0ayi4dgw.ap-northeast-2.rds.amazonaws.com:3306/tgwing?serverTimezone=Asia/Seoul&characterEncoding=UTF-8
spring.datasource.username=admin
spring.datasource.password=tgwing2024


# spring data jpa
Expand All @@ -18,4 +16,4 @@ spring.jpa.open-in-view=false
spring.jpa.generate-ddl=true
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect

jwt.secret=2020105622thdtjdgnsdlwpdlejqmffbxlaksemfdjTtmqslek
jwt.secret=2020105622thdtjdgnsdlwpdlejqmffbxlaksemfdjTtmqslek

0 comments on commit 7e9282f

Please sign in to comment.