47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
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://mcp.kz:5432/mcp
|
|
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
|
|
|
|
custom:
|
|
config:
|
|
data_dir: /data/
|
|
db_all:
|
|
url: jdbc:postgresql://92.46.48.43:5444/weather?ApplicationName=kz_mcp_weather&sslmode=require
|
|
#url: jdbc:postgresql://192.168.0.90:5432/weather?ApplicationName=kz_mcp_weather&sslmode=require
|
|
#url: jdbc:postgresql://127.0.0.1:5432/weather?ApplicationName=kz_mcp_weather&sslmode=require
|
|
login: postgres
|
|
password: PasSecrKey1
|
|
db_ru:
|
|
url: jdbc:postgresql://92.46.48.43:5444/weather_ru?ApplicationName=kz_mcp_weather&sslmode=require
|
|
#url: jdbc:postgresql://192.168.0.90:5432/weather_ru?ApplicationName=kz_mcp_weather&sslmode=require
|
|
#url: jdbc:postgresql://127.0.0.1:5432/weather_ru?ApplicationName=kz_mcp_weather&sslmode=require
|
|
login: postgres
|
|
password: PasSecrKey1
|
|
|