-
Notifications
You must be signed in to change notification settings - Fork 7
The HID environments
HID provides the following environments:
- Development:
- Application: https://app.dev.humanitarian.id
- API/Authentication: https://api.dev.humanitarian.id
The development environment is the least stable of the 3. It can be restarted at any time by the development team. Unless you are doing development on HID, you shouldn't use this environment.
** Disclaimer **: emails sent by the development environment are caught by a Mailhog instance, and therefore will not be received by their recipient. If you would like to use this environment and get access to the Mailhog instance, please contact info@humanitarian.id.
- Staging:
- Application: https://app.staging.humanitarian.id
- API: https://api.staging.humanitarian.id
- Authentication: https://auth.staging.humanitarian.id
The staging environment is almost as stable as the production environment. This is the environment you should use if you want to test your HID integration.
** Disclaimer **: emails sent by the staging environment are caught by a Mailhog instance, and therefore will not be received by their recipient. If you would like to use this environment and get access to the Mailhog instance, please contact info@humanitarian.id.
- Production
- Applications: https://humanitarian.id
- API: https://api.humanitarian.id
- Authentication: https://auth.humanitarian.id
The production environment is the most stable of the 3. You should NOT use this environment if you are testing your HID integration (use staging instead). You should use this environment for your production application.