12 lines
259 B
PHP
12 lines
259 B
PHP
<?php
|
|
|
|
return [
|
|
'picea' => [
|
|
'asset' => [
|
|
'path' => getenv('ASSET_PATH') ?: 'static/',
|
|
'symlink' => [
|
|
'destination' => getenv("PUBLIC_PATH") . DIRECTORY_SEPARATOR . "static"
|
|
]
|
|
]
|
|
],
|
|
]; |