Skip to content

Commit 240b9af

Browse files
Update deploy-operations.php
1 parent 0f9ae35 commit 240b9af

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

config/deploy-operations.php

+23
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,27 @@
123123

124124
'name' => env('DEPLOY_OPERATIONS_QUEUE_NAME'),
125125
],
126+
127+
/*
128+
|--------------------------------------------------------------------------
129+
| Show
130+
|--------------------------------------------------------------------------
131+
|
132+
| This option determines the display settings for various information messages.
133+
|
134+
*/
135+
136+
'show' => [
137+
/*
138+
|--------------------------------------------------------------------------
139+
| Full Path
140+
|--------------------------------------------------------------------------
141+
|
142+
| This parameter determines how exactly the link to the created file should
143+
| be displayed - the full path to the file or a relative one.
144+
|
145+
*/
146+
147+
'full_path' => env('DEPLOY_OPERATIONS_SHOW_FULL_PATH', false),
148+
],
126149
];

0 commit comments

Comments
 (0)