Skip to content

Commit

Permalink
Merge pull request #56 from FromDoppler/no-ticket-replace-beplic-api-url
Browse files Browse the repository at this point in the history
[No-ticket] Change Beplic API base url
  • Loading branch information
fgchaio authored Nov 21, 2023
2 parents a833ab2 + 140e2d8 commit d24161d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doppler-beplic/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ApiConnection": {
"User": "[email protected]",
"Password": "REPLACE_WITH_PASSWORD",
"BaseUrl": "https://qa.beplic.io/"
"BaseUrl": "https://api.qa.beplic.io/"
},
"DopplerSecurity": {
"PublicKeysFolder": "public-keys-dev"
Expand Down
2 changes: 1 addition & 1 deletion doppler-beplic/appsettings.int.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"ApiConnection": {
"User": "[email protected]",
"Password": "REPLACE_WITH_PASSWORD",
"BaseUrl": "https://qa.beplic.io/"
"BaseUrl": "https://api.qa.beplic.io/"
}
}
2 changes: 1 addition & 1 deletion doppler-beplic/appsettings.qa.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"ApiConnection": {
"User": "[email protected]",
"Password": "REPLACE_WITH_PASSWORD",
"BaseUrl": "https://qa.beplic.io/"
"BaseUrl": "https://api.qa.beplic.io/"
}
}
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"sdk": {
"version": "7.0"
}
}

0 comments on commit d24161d

Please sign in to comment.