1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2026-01-03 21:01:12 +00:00

Option to track quota for analysis

This commit is contained in:
Cadence Ember
2020-07-23 01:20:06 +12:00
parent 112d9cc90e
commit f7c4ae19f4
3 changed files with 32 additions and 8 deletions

View File

@@ -117,7 +117,8 @@ let constants = {
timeframe: 20*60*60*1000,
count: 50,
ip_mode: "header", // one of: "header", "address"
ip_header: "x-forwarded-for"
ip_header: "x-forwarded-for",
track: false
},
user_settings: [
@@ -288,7 +289,8 @@ let constants = {
additional_routes: [],
database_version: 9
database_version: 10,
actually_backup_on_database_upgrade: true
}
// Override values from config and export the result