mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 11:17:38 +02:00
added id and idv stats file to files
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user