mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-05-24 19:11:11 +02:00
8 lines
No EOL
215 B
Text
8 lines
No EOL
215 B
Text
<?php
|
|
|
|
define('DB_NAME', 'lexiconga_db_name');
|
|
define('DB_USER', 'lexiconga_db_username');
|
|
define('DB_PASSWORD', 'user_password');
|
|
|
|
define('LOGIN_FAILURES_ALLOWED', 10);
|
|
define('LOGIN_FAILURES_LOCKOUT_MINUTES', 60); |