Skip to content

Commit f9dcb1b

Browse files
authored
Update appSettings.json
1 parent 1bd036a commit f9dcb1b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/LCT.Common/appSettings.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"Upload" :true
4848
}
4949
],
50+
"InternalRepos": [
51+
"<Npm Internal Repo Names>" //This should be the internal repo names in Artifactory for NPM
52+
],
5053
"DevRepos": [
5154
"",
5255
""
@@ -74,6 +77,9 @@
7477
"Upload" :true
7578
}
7679
],
80+
"InternalRepos": [
81+
"<Nuget Internal Repo Names>" //This should be the internal repo names in Artifactory for Nuget
82+
],
7783
"DevRepos": [
7884
"",
7985
""
@@ -99,6 +105,9 @@
99105
"Upload" :true
100106
}
101107
],
108+
"InternalRepos": [
109+
"<Maven Internal Repo Names>" //This should be the internal repo names in Artifactory for Maven
110+
],
102111
"DevRepos": [
103112
"",
104113
""
@@ -124,6 +133,9 @@
124133
"Upload" :true
125134
}
126135
],
136+
"InternalRepos": [
137+
"<Debian Internal Repo Names>" //This should be the internal repo names in Artifactory for Debian
138+
],
127139
"DevRepos": [
128140
"",
129141
""
@@ -149,6 +161,9 @@
149161
"Upload" :true
150162
}
151163
],
164+
"InternalRepos": [
165+
"<Alpine Internal Repo Names>" //This should be the internal repo names in Artifactory for Alpine
166+
],
152167
"DevRepos": [
153168
"",
154169
""
@@ -175,6 +190,9 @@
175190
"Upload" :true
176191
}
177192
],
193+
"InternalRepos": [
194+
"<Poetry Internal Repo Names>" //This should be the internal repo names in Artifactory for Poetry
195+
],
178196
"DevRepos": [
179197
"",
180198
""
@@ -201,6 +219,9 @@
201219
"Upload" :true
202220
}
203221
],
222+
"InternalRepos": [
223+
"<Conan Internal Repo Names>" //This should be the internal repo names in Artifactory for Conan
224+
],
204225
"DevRepos": [
205226
"",
206227
""

0 commit comments

Comments
 (0)