Files
exchange-2.0/config/maintenance.php
T
2025-06-27 12:26:23 +08:00

7 lines
250 B
PHP

<?php
return [
'title' => env('MAINTENANCE_MESSAGE_TITLE', "We'll be back soon!"),
'message' => env('MAINTENANCE_MESSAGE', "Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!"),
];