6 lines
94 B
PHP
6 lines
94 B
PHP
<?php
|
|
|
|
return [
|
|
'project_path_on_host' => env('PROJECT_PATH_ON_HOST', '/var/www/html')
|
|
];
|