forked from cds-snc/notification-api
-
Notifications
You must be signed in to change notification settings - Fork 9
Postman settings for local development
kalbfled edited this page Apr 4, 2022
·
1 revision
To use Postman with a local container (assuming you have it working with staging):
- Run the local environment as described in README.md.
- In Postman, duplicate the "development" environment, and rename the duplicate "local". (Because "development" exists on AWS; it isn't a synonym for "local".)
- In the local environment settings, enter the same value for "notification-admin-id" as you used for staging.
- In the local environment settings, enter "http:localhost:6011" (not httpS) for "notification-api-url".
- In the local environment settings, enter the value of "SECRET_KEY" in the file notification-api/.env.example for "notification-client-secret".