fix requests
This commit is contained in:
@@ -67,3 +67,14 @@ app:
|
||||
cleanup-cron: "0 0 3 * * *"
|
||||
grid:
|
||||
enabled: true
|
||||
|
||||
---
|
||||
spring:
|
||||
config:
|
||||
activate:
|
||||
on-profile: local
|
||||
datasource:
|
||||
driver-class-name: org.postgresql.Driver
|
||||
url: jdbc:postgresql://${pcp.infra.postgres.host}:${pcp.infra.postgres.port}/pcp_requests
|
||||
username: postgres
|
||||
password: password
|
||||
|
||||
Reference in New Issue
Block a user