Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
add user stats to config
Browse files Browse the repository at this point in the history
  • Loading branch information
hossinasaadi committed Nov 16, 2022
1 parent abc67e8 commit e904f1f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion web/service/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
}
],
"policy": {
"levels": {
"0": {
"statsUserUplink": true,
"statsUserDownlink": true
}
},
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
Expand Down Expand Up @@ -61,4 +67,4 @@
]
},
"stats": {}
}
}

0 comments on commit e904f1f

Please sign in to comment.