Skip to content

Commit

Permalink
MixerDB correction
Browse files Browse the repository at this point in the history
  • Loading branch information
bnBart committed Feb 2, 2024
1 parent e5da760 commit 6021060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/bootstrap.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spring.jpa.properties.hibernate.order_updates=true


## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:5432/mixer}
spring.datasource.url=${DB_URL:jdbc:postgresql://MixerDB:5432/mixer}
spring.datasource.username=${DB_USER:mixeruser}
spring.datasource.password=${DB_PASSWORD:mixerpassword}
spring.datasource.hikari.connection-timeout=60000
Expand Down

0 comments on commit 6021060

Please sign in to comment.