- Added STATIC_PATH as default static env var
This commit is contained in:
parent
d5337e5c07
commit
cba35d97de
@ -3,7 +3,7 @@
|
|||||||
return [
|
return [
|
||||||
'picea' => [
|
'picea' => [
|
||||||
'asset' => [
|
'asset' => [
|
||||||
'path' => getenv('ASSET_PATH') ?: 'static/',
|
'path' => getenv('STATIC_PATH') ?: 'static/',
|
||||||
'symlink' => [
|
'symlink' => [
|
||||||
'destination' => getenv("PUBLIC_PATH") . DIRECTORY_SEPARATOR . "static"
|
'destination' => getenv("PUBLIC_PATH") . DIRECTORY_SEPARATOR . "static"
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user