34 lines
1013 B
YAML
34 lines
1013 B
YAML
spring:
|
|
uinddatasource:
|
|
jdbcUrl: jdbc:mysql://utopia-industries-rr.c5qech8o9lgg.us-east-1.rds.amazonaws.com:3306/inventory
|
|
username: cut-to-pack
|
|
password: mAzFAivImnTqKJx4KNJ0
|
|
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://localhost: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 |