We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1596853 commit 3aa012cCopy full SHA for 3aa012c
packages/devlink/config/devlink.php
@@ -75,6 +75,7 @@
75
'active' => false,
76
'path' => $public_base_path.'/builder',
77
'type' => 'public',
78
+ 'dev' => true,
79
],
80
'category' => [
81
@@ -91,6 +92,7 @@
91
92
'linked' => false,
93
'path' => $public_base_path.'/devlink',
94
95
96
97
'devops' => [
98
@@ -169,6 +171,13 @@
169
171
170
172
173
// Private
174
+ 'creator' => [
175
+ 'active' => false,
176
+ 'path' => $private_base_path.'/creator',
177
+ 'repo_url' => $private_repo_url,
178
+ 'type' => 'private',
179
180
+ ],
181
'media' => [
182
183
'path' => $private_base_path.'/media',
0 commit comments