feat(setup preprod env and mailing interceptor)

This commit is contained in:
2026-04-10 11:47:04 +02:00
parent 203a40c713
commit 59017a2c9b
112 changed files with 6038 additions and 160 deletions

7
config/preprod.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
'enabled' => env('PREPROD', false),
'admin_mails' => env('PREPROD_ADMIN_MAILS', ''),
'test_mails' => env('PREPROD_TEST_MAILS', ''),
];