fix requests

This commit is contained in:
emelianov
2026-06-01 14:22:36 +03:00
parent e5fd2a4586
commit 78887dd63a
2 changed files with 47 additions and 0 deletions
+11
View File
@@ -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