Change paths for debian_docker filesystem
This commit is contained in:
parent
0d415c5766
commit
0c2260ca0f
|
|
@ -1 +1 @@
|
||||||
5.10.56
|
5.10.57
|
||||||
|
|
@ -66,7 +66,7 @@ return [
|
||||||
|
|
||||||
'debian_docker' => [
|
'debian_docker' => [
|
||||||
'driver' => 'local',
|
'driver' => 'local',
|
||||||
'root' => storage_path('app/public/storage'),
|
'root' => storage_path('app/public'),
|
||||||
'url' => env('APP_URL').'/storage',
|
'url' => env('APP_URL').'/storage',
|
||||||
'permissions' => [
|
'permissions' => [
|
||||||
'file' => [
|
'file' => [
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ return [
|
||||||
'require_https' => env('REQUIRE_HTTPS', true),
|
'require_https' => env('REQUIRE_HTTPS', true),
|
||||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||||
'app_version' => env('APP_VERSION', '5.10.56'),
|
'app_version' => env('APP_VERSION', '5.10.57'),
|
||||||
'app_tag' => env('APP_TAG', '5.10.56'),
|
'app_tag' => env('APP_TAG', '5.10.57'),
|
||||||
'minimum_client_version' => '5.0.16',
|
'minimum_client_version' => '5.0.16',
|
||||||
'terms_version' => '1.0.1',
|
'terms_version' => '1.0.1',
|
||||||
'api_secret' => env('API_SECRET', false),
|
'api_secret' => env('API_SECRET', false),
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ export default defineConfig({
|
||||||
output: {
|
output: {
|
||||||
// This will output a single bundle file
|
// This will output a single bundle file
|
||||||
entryFileNames: 'bundle.[hash].js',
|
entryFileNames: 'bundle.[hash].js',
|
||||||
chunkFileNames: 'bundle.[hash].js'
|
manualChunks: undefined
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue