added support for postgres
This commit is contained in:
16
backend/src/resources/application.yml.example
Normal file
16
backend/src/resources/application.yml.example
Normal file
@@ -0,0 +1,16 @@
|
||||
server:
|
||||
port: 9000
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
url:
|
||||
username:
|
||||
password:
|
||||
driver-class-name:
|
||||
data:
|
||||
rest:
|
||||
base-path: /api/v1
|
||||
|
||||
logging:
|
||||
level:
|
||||
root: DEBUG
|
||||
Reference in New Issue
Block a user