Environments
One Record provides two distinct environments for WebSocket connections via Socket.IO:
Production : ws.one-record.fr
Sandbox : sandbox.ws.one-record.fr
Both Production and Sandbox environments maintain identical versions of the app. However, the key disparity lies in the data employed within each environment. In the Sandbox environment, there is the flexibility to conduct tests and transmit bulk data without affecting the live production data. This allows for comprehensive testing and experimentation without risking the integrity of the production environment.
In the Sandbox environment, Notification receive events transmitted by the Sandbox API. This ensures that test data and events generated during sandbox testing remain isolated from the production environment, allowing for safe experimentation with real-time notifications and events.
Last updated