15 lines
379 B
JavaScript
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
|
|
}; |