Skip to content

Commit

Permalink
Update appSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthkb44 authored Dec 20, 2024
1 parent 1bd036a commit f9dcb1b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/LCT.Common/appSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Npm Internal Repo Names>" //This should be the internal repo names in Artifactory for NPM
],
"DevRepos": [
"",
""
Expand Down Expand Up @@ -74,6 +77,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Nuget Internal Repo Names>" //This should be the internal repo names in Artifactory for Nuget
],
"DevRepos": [
"",
""
Expand All @@ -99,6 +105,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Maven Internal Repo Names>" //This should be the internal repo names in Artifactory for Maven
],
"DevRepos": [
"",
""
Expand All @@ -124,6 +133,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Debian Internal Repo Names>" //This should be the internal repo names in Artifactory for Debian
],
"DevRepos": [
"",
""
Expand All @@ -149,6 +161,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Alpine Internal Repo Names>" //This should be the internal repo names in Artifactory for Alpine
],
"DevRepos": [
"",
""
Expand All @@ -175,6 +190,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Poetry Internal Repo Names>" //This should be the internal repo names in Artifactory for Poetry
],
"DevRepos": [
"",
""
Expand All @@ -201,6 +219,9 @@
"Upload" :true
}
],
"InternalRepos": [
"<Conan Internal Repo Names>" //This should be the internal repo names in Artifactory for Conan
],
"DevRepos": [
"",
""
Expand Down

0 comments on commit f9dcb1b

Please sign in to comment.