Skip to content

Commit

Permalink
connect to aws rds
Browse files Browse the repository at this point in the history
  • Loading branch information
l00pinfinity committed Jan 19, 2023
1 parent 75e9464 commit 8c29052
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spring.datasource.url=jdbc:mysql://localhost:3306/twitter?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
spring.datasource.username= root
spring.datasource.password= ZUKMPmfk9Qr9YmM_
spring.datasource.url = jdbc:mysql://birdappdb.cgurmkekupvx.us-east-1.rds.amazonaws.com:3306/{schemaName}
spring.datasource.username=
spring.datasource.password=

server.port = 5000

Expand Down

0 comments on commit 8c29052

Please sign in to comment.