vn-rfid/config.yml

16 lines
232 B
YAML
Raw Normal View History

2023-01-26 14:27:58 +00:00
arcId: 1
2023-01-24 09:11:58 +00:00
port: 1234
ip: 1.2.3.4
env: dev
interval: 1000
reconnectInterval: 5000
2023-01-27 11:40:09 +00:00
counterInterval: 1000
2023-01-24 09:11:58 +00:00
db:
host: host
port: 3307
database: srt
user: user
password: password
2023-01-26 14:27:58 +00:00
multipleStatements: false
2023-01-24 09:11:58 +00:00
insecureAuth: true