1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-27 20:40:06 +02:00
Lexiconga/src_2.x/php/api/config.php.changeme

8 lines
215 B
Text
Raw Normal View History

<?php
define('DB_NAME', 'lexiconga_db_name');
define('DB_USER', 'lexiconga_db_username');
2019-05-29 16:35:51 -06:00
define('DB_PASSWORD', 'user_password');
define('LOGIN_FAILURES_ALLOWED', 10);
define('LOGIN_FAILURES_LOCKOUT_MINUTES', 60);