added id and idv stats file to files

This commit is contained in:
mrfry 2023-04-11 10:39:07 +02:00
parent f66f83edc4
commit 5106614088
2 changed files with 16 additions and 6 deletions

View file

@ -248,6 +248,16 @@ export const files = {
defaultValue: JSON.stringify({}),
description: 'json of visits per user by day',
},
idstatsFile: {
path: './stats/idstats',
defaultValue: JSON.stringify({}),
description: 'json of various statistics per user id',
},
idvstatsFile: {
path: './stats/idvstats',
defaultValue: JSON.stringify({}),
description: 'json of various statistics per user id per day',
},
nologFile: {
path: './data/nolog',
defaultValue: '',