34 lines
944 B
YAML
34 lines
944 B
YAML
spring:
|
|
uinddatasource:
|
|
jdbcUrl: jdbc:mysql://192.168.90.147:3306
|
|
username: utopia
|
|
password: Utopia01
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
logbackUrl: jdbc:mysql://192.168.90.147:3306/uind_logs?serverTimezone=Asia/Karachi
|
|
hikari:
|
|
maximum-pool-size: 5
|
|
pool-name: UINDMainPool
|
|
leak-detection-threshold: 2000
|
|
cosmosdatasource:
|
|
jdbcUrl: jdbc:mysql://192.168.90.147:3307
|
|
username: utopia
|
|
password: Utopia01
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
hikari:
|
|
maximum-pool-size: 5
|
|
pool-name: UINDCosmosPool
|
|
leak-detection-threshold: 2000
|
|
localdatasource:
|
|
jdbcUrl: jdbc:mysql://192.168.90.147:3306/cut_to_pack
|
|
username: utopia
|
|
password: Utopia01
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
hikari:
|
|
maximum-pool-size: 5
|
|
pool-name: CTPPool
|
|
leak-detection-threshold: 2000
|
|
|
|
ctp:
|
|
printer:
|
|
ipAdd: 192.168.90.160
|
|
port: 9100 |