CI/CD 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-20 21:47:54 +03:00
parent 8bdc56bd8a
commit 98bc9633be
4 changed files with 17 additions and 16 deletions

View File

@@ -2,9 +2,9 @@ spring:
application:
name: ServerMonitorBot
datasource:
url: @db.url@
username: @db.username@
password: @db.password@
url: @database.url@
username: @database.username@
password: @database.password@
jpa:
hibernate:
ddl-auto: none