Skip to content

Commit

Permalink
chore: change beplic api base url
Browse files Browse the repository at this point in the history
  • Loading branch information
fgonzalez committed Nov 21, 2023
1 parent a833ab2 commit af5d795
Show file tree
Hide file tree
Showing 3 changed files with 3 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/"
}
}

0 comments on commit af5d795

Please sign in to comment.