File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 41
41
'public ' => [
42
42
'driver ' => 'local ' ,
43
43
'root ' => storage_path ('app/public ' ),
44
- 'url ' => env ('APP_URL ' ).'/storage ' ,
44
+ 'url ' => env ('APP_URL ' , ' http://localhost ' ).'/storage ' ,
45
45
'visibility ' => 'public ' ,
46
46
'throw ' => false ,
47
47
'report ' => false ,
Original file line number Diff line number Diff line change @@ -12,26 +12,11 @@ parameterGroups:
12
12
identifier : APP_NAME
13
13
defaultValue : Laravel
14
14
type : string
15
- - name : AppEnv
16
- identifier : APP_ENV
17
- defaultValue : local
18
- type : string
19
15
- name : AppKey
20
16
identifier : APP_KEY
21
17
defaultValue : " base64:QKSsyj5wEfP5vQrGKljJ3Hck0p36LqUkxG54bESiD/M="
22
- type : string
18
+ type : secret
23
19
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
35
20
36
21
contexts :
37
22
- name : app
You can’t perform that action at this time.
0 commit comments