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