mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-30 04:03:53 +01:00
maintenance (usage stats): enable usage stats
This commit is contained in:
parent
6119b1e1fe
commit
57defd302c
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
module.exports = {
|
||||
info: {
|
||||
host: "application_url"
|
||||
host: "application_url",
|
||||
usage_stats: true
|
||||
},
|
||||
gdrive: {
|
||||
redirectURI: "application_url/login",
|
||||
|
|
|
|||
Loading…
Reference in a new issue