Separated laravel app to its own folder (#540)
This commit is contained in:
8
api/config/opnform.php
Normal file
8
api/config/opnform.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'admin_emails' => explode(',', env('ADMIN_EMAILS') ?? ''),
|
||||
'moderator_emails' => explode(',', env('MODERATOR_EMAILS') ?? ''),
|
||||
'template_editor_emails' => explode(',', env('TEMPLATE_EDITOR_EMAILS') ?? ''),
|
||||
'extra_pro_users_emails' => explode(',', env('EXTRA_PRO_USERS_EMAILS') ?? ''),
|
||||
];
|
||||
Reference in New Issue
Block a user