mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
added id and idv stats file to files
This commit is contained in:
parent
f66f83edc4
commit
5106614088
2 changed files with 16 additions and 6 deletions
|
@ -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: '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue