7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'baseUrl' => 'http://localhost:8080/',
|
|
];
|