picea-asset/meta/config.php

12 lines
259 B
PHP

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