This commit is contained in:
2023-11-21 22:52:17 +03:00
parent 23effc5fe6
commit 5d4370d932
2 changed files with 5 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ spring:
application:
name: ServerMonitorBot
datasource:
url: jdbc:postgresql://test:5432/servermonitorbot
username: test
password: test
url: jdbc:postgresql://db:5432/servermonitorbot
username: servermonitorbot
password: servermonitorbot
jpa:
hibernate:
ddl-auto: none