fix
Some checks failed
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good

This commit is contained in:
2023-11-21 22:49:46 +03:00
parent e259bb0262
commit 23effc5fe6
2 changed files with 3 additions and 4 deletions

View File

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