Display the access status badges

This commit is contained in:
nibou230
2022-04-13 13:03:37 -04:00
parent 9b56911c43
commit 459da211be
16 changed files with 313 additions and 4 deletions

View File

@@ -25,7 +25,9 @@ export const environment: BuildConfig = {
rateLimiter: {
windowMs: 1 * 60 * 1000, // 1 minute
max: 500 // limit each IP to 500 requests per windowMs
}
},
// Show the file access status in items lists
showAccessStatuses: false
},
// The REST API server settings.