Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4539e5

Browse files
committed
chore: remove unnecessary env values
1 parent 00e1cc0 commit c4539e5

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

config/filesystems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'public' => [
4242
'driver' => 'local',
4343
'root' => storage_path('app/public'),
44-
'url' => env('APP_URL').'/storage',
44+
'url' => env('APP_URL', 'http://localhost').'/storage',
4545
'visibility' => 'public',
4646
'throw' => false,
4747
'report' => false,

diploi.yaml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,11 @@ parameterGroups:
1212
identifier: APP_NAME
1313
defaultValue: Laravel
1414
type: string
15-
- name: AppEnv
16-
identifier: APP_ENV
17-
defaultValue: local
18-
type: string
1915
- name: AppKey
2016
identifier: APP_KEY
2117
defaultValue: "base64:QKSsyj5wEfP5vQrGKljJ3Hck0p36LqUkxG54bESiD/M="
22-
type: string
18+
type: secret
2319
description: Laravel application encryption key
24-
- name: AppDebug
25-
identifier: APP_DEBUG
26-
defaultValue: 'true'
27-
type: string
28-
description: Enable/disable debug mode
29-
- name: AppUrl
30-
identifier: APP_URL
31-
defaultValue: http://localhost
32-
type: string
33-
description: Application URL
34-
readOnly: true
3520

3621
contexts:
3722
- name: app

0 commit comments

Comments
 (0)