fix upload path

This commit is contained in:
2026-07-28 19:46:02 +03:00
parent 6913024596
commit 5c6064ba9e
4 changed files with 18 additions and 4 deletions
+3
View File
@@ -38,7 +38,10 @@ return [
'homedocs_dir' => __DIR__ . '/../homedocuments',
'persondocs_dir' => __DIR__ . '/../persondocuments',
'mainphoto_dir' => __DIR__ . '/../mainphoto',
'avatars_dir' => __DIR__ . '/../../upload/users',
'app_url' => rtrim(getenv('APP_URL') ?: '', '/'),
'assets_base_url' => rtrim(getenv('ASSETS_BASE_URL') ?: '', '/'),
];