-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(onboarding): add staging configuration
Add the DEVELOPERS_ITALIA_API_URL env variable to point to the staging API in the staging deployment. Also get a different secret in staging based on the name of the deployment.
- Loading branch information
Showing
5 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ onboarding: | |
onboarding_email_bcc: "[email protected]" | ||
onboarding_email_override_recipient_addr: "[email protected]" | ||
onboarding_email_subject: "[staging] Onboarding Developers Italia" | ||
developers_italia_api_url: "https://api-staging.developers.italia.it/v1" | ||
|
||
services: | ||
httpPort: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,7 @@ onboarding: | |
onboarding_email_bcc: "[email protected]" | ||
onboarding_email_override_recipient_addr: "[email protected]" | ||
onboarding_email_subject: "Onboarding Developers Italia" | ||
developers_italia_api_url: "https://api.developers.italia.it/v1" | ||
|
||
services: | ||
httpPort: | ||
|