File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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];
You can’t perform that action at this time.
0 commit comments