Server_AccessControl/API/config.js
2020-12-09 08:58:41 +07:00

15 lines
379 B
JavaScript

module.exports = {
db: {
host: "localhost",
user: "root",
password: "",
database: "traffic"
},
storage: "/var/www/html/Server_Traffic/web/data/uploads/",
isSaveOrtherVehicle: true,
isLevenshtein: false,
openDoorOtherVehicle: false,
timeOutDuplicate: 60,
timeOutDuplicate2Way: 60,
timeOutDuplicateTraffic: 120
};