Initial work
This commit is contained in:
@@ -59,7 +59,7 @@ return [
|
||||
],
|
||||
|
||||
'single' => [
|
||||
'driver' => 'single',
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
'level' => env('LOG_LEVEL', 'debug'),
|
||||
'replace_placeholders' => true,
|
||||
|
||||
8
config/scheduler.php
Normal file
8
config/scheduler.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'mattermost' => [
|
||||
'server_url' => env('MATTERMOST_SERVER_URL', 'https://chat.example.com'),
|
||||
'access_token' => env('MATTERMOST_ACCESS_TOKEN', 'your_access_token'),
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user