Files
myProfile/api/config.local.example.php
T

6 lines
283 B
PHP
Raw Normal View History

2026-05-31 22:23:51 +09:00
<?php
// Copy this file to api/config.local.php on the server and replace the value.
// Generate a hash with generate_password.php or:
// php -r "echo password_hash('your-strong-password', PASSWORD_DEFAULT);"
define('ADMIN_PASSWORD_HASH', '$2y$10$replace_with_your_generated_hash');