forked from miguel456/rbrecruiter
RSM-78 Add OneSignal credential config and others
This commit is contained in:
46
config/env-editor.php
Normal file
46
config/env-editor.php
Normal file
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Files Config
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'paths' => [
|
||||
// .env file directory
|
||||
'env' => base_path(),
|
||||
//backup files directory
|
||||
'backupDirectory' => 'env-editor',
|
||||
],
|
||||
// .env file name
|
||||
'envFileName' => '.env',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Routes group config
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
'route' => [
|
||||
// Prefix url for route Group
|
||||
'prefix' => 'env-editor',
|
||||
// Routes base name
|
||||
'name' => 'env-editor',
|
||||
// Middleware(s) applied on route Group
|
||||
'middleware' => ['web'],
|
||||
],
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
| Time Format for Views and parsed backups
|
||||
| ------------------------------------------------------------------------------------------------
|
||||
*/
|
||||
'timeFormat' => 'd/m/Y H:i:s',
|
||||
|
||||
/* ------------------------------------------------------------------------------------------------
|
||||
| Set Views options
|
||||
| ------------------------------------------------------------------------------------------------
|
||||
| Here you can set The "extends" blade of index.blade.php
|
||||
*/
|
||||
'layout' => 'env-editor::layout',
|
||||
|
||||
];
|
Reference in New Issue
Block a user