6 lines
79 B
PHP
6 lines
79 B
PHP
<?php
|
|
|
|
return [
|
|
'eventSourceUrl' => env('TIME_EVENT_SOURCE_URL', null),
|
|
];
|