Set your password hash in config.local.php on the server. Generate one withphp -r 'echo password_hash("yourpass", PASSWORD_DEFAULT);'
config.local.php
php -r 'echo password_hash("yourpass", PASSWORD_DEFAULT);'