File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 123
123
124
124
'name ' => env ('DEPLOY_OPERATIONS_QUEUE_NAME ' ),
125
125
],
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
+ ],
126
149
];
You can’t perform that action at this time.
0 commit comments