Skip to content

Commit

Permalink
rollback config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Jul 31, 2024
1 parent 583900d commit a1846cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bigtop-manager-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ spring:
main:
banner-mode: log
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/bigtop_manager
username: root
password: root
driver-class-name: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/bigtop_manager
username: postgres
password: postgres
type: com.zaxxer.hikari.HikariDataSource
hikari:
auto-commit: true
Expand Down

0 comments on commit a1846cc

Please sign in to comment.