fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user