mylogger/config.local.yml

40 lines
617 B
YAML
Raw Normal View History

2023-04-08 13:08:37 +00:00
debug: true
testMode: false
2023-04-10 09:03:26 +00:00
srcDb:
host: localhost
port: 3306
user: root
password: root
database: vn
dstDb:
2023-04-08 13:08:37 +00:00
host: localhost
port: 3306
user: root
password: root
database: vn
logs:
ticket:
logTable: clientLog
mainTable: ticket
tables:
- sale
- ticketTracking
client:
logTable: clientLog
mainTable: client
tables:
- client
- address
item:
logTable: itemLog
mainTable: item
tables:
- name: item
exclude:
- image
- supplyResponseFk
- itemTag
route:
logTable: routeLog
mainTable: route