Skip to content

Commit 46d6a4f

Browse files
committed
add missing trusted_apps key
1 parent 514a652 commit 46d6a4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.php.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
// won't be locked out after failed login attempts;
2626
const TRUSTED_IPS = [];
2727

28+
// Array of app origins that are automatically trusted. Useful for
29+
// the test suite :)
30+
const TRUSTED_APPS = [];
31+
2832
// Minimum entropy level for a password to be acceptable.
2933
const MINIMUM_PASSWORD_ENTROPY = 15;
3034

0 commit comments

Comments
 (0)