mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-02 22:57:00 +00:00
Change paths for debian_docker filesystem
This commit is contained in:
@@ -1 +1 @@
|
||||
5.10.56
|
||||
5.10.57
|
||||
@@ -66,7 +66,7 @@ return [
|
||||
|
||||
'debian_docker' => [
|
||||
'driver' => 'local',
|
||||
'root' => storage_path('app/public/storage'),
|
||||
'root' => storage_path('app/public'),
|
||||
'url' => env('APP_URL').'/storage',
|
||||
'permissions' => [
|
||||
'file' => [
|
||||
|
||||
@@ -17,8 +17,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => env('APP_VERSION', '5.10.56'),
|
||||
'app_tag' => env('APP_TAG', '5.10.56'),
|
||||
'app_version' => env('APP_VERSION', '5.10.57'),
|
||||
'app_tag' => env('APP_TAG', '5.10.57'),
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', false),
|
||||
|
||||
@@ -14,7 +14,7 @@ export default defineConfig({
|
||||
output: {
|
||||
// This will output a single bundle file
|
||||
entryFileNames: 'bundle.[hash].js',
|
||||
chunkFileNames: 'bundle.[hash].js'
|
||||
manualChunks: undefined
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user