35286-vm/config/admin_credentials.php
Flatlogic Bot 6e132e0b38 0.2
2025-10-27 21:34:11 +00:00

8 lines
143 B
PHP

<?php
// It is recommended to use environment variables for credentials.
return [
'username' => 'admin',
'password' => 'password',
];