работает
This commit is contained in:
32
org_ccalm_sync.yml
Normal file
32
org_ccalm_sync.yml
Normal 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
|
||||
Reference in New Issue
Block a user