работает

This commit is contained in:
2025-02-03 07:28:33 +05:00
parent 07d3be1938
commit 68e938d0d5
5 changed files with 5133 additions and 377 deletions

32
org_ccalm_sync.yml Normal file
View File

@ -0,0 +1,32 @@
server:
port: 8084
ssl:
key-store: classpath:keystore.jks
key-store-password: QyKtWPZB
key-store-type: JKS
key-alias: weather
servlet:
session:
timeout: 300s
spring:
application:
name: kz_ccalm_sync
datasource:
url: jdbc:postgresql://127.0.0.1:5432/CCALM?ApplicationName=kz_mcp_sync&sslmode=require
username: postgres
password: PasSecrKey1
#url: jdbc:postgresql://ccalm.org:5432/CCALM?ApplicationName=kz_mcp_sync&sslmode=require
#username: postgres
#password: 309A86FF65A78FB428F4E38DFE35F730
driver-class-name: org.postgresql.Driver
#hikari:
# maximum-pool-size: 10
# minimum-idle: 5
# max-lifetime: 600000
# idle-timeout: 60000
# connection-timeout: 30000
# connection-test-query: SELECT 1
# validation-timeout: 30000
cache:
type: none