Remove configs

This commit is contained in:
Sambo Chea 2020-06-24 10:35:02 +07:00
parent eb9ac2cd79
commit 0bc0217bac
2 changed files with 0 additions and 24 deletions

View File

@ -1,12 +0,0 @@
server:
port: 8081
spring:
jpa:
hibernate:
ddl-auto: update
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://192.168.0.150:3306/demo

View File

@ -1,12 +0,0 @@
server:
port: 8081
spring:
jpa:
hibernate:
ddl-auto: update
datasource:
driver-class-name: org.postgresql.Driver
username: root
password: root
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo