Updated and remove files
This commit is contained in:
12
src/main/resources/application-postgres.yml.example
Normal file
12
src/main/resources/application-postgres.yml.example
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user