We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514a652 commit 46d6a4fCopy full SHA for 46d6a4f
1 file changed
config.php.example
@@ -25,6 +25,10 @@
25
// won't be locked out after failed login attempts;
26
const TRUSTED_IPS = [];
27
28
+ // Array of app origins that are automatically trusted. Useful for
29
+ // the test suite :)
30
+ const TRUSTED_APPS = [];
31
+
32
// Minimum entropy level for a password to be acceptable.
33
const MINIMUM_PASSWORD_ENTROPY = 15;
34
0 commit comments