Servers - Medisana/vitadock-api GitHub Wiki
Server architecture
General overview
Connection to VitaDock Online is made through three entry points:
- Web Interface /
- Authentication Service /auth
- Data Service /data
Test server
The test server is the most-up-to-date server with easy debugging capabilities on our sides and easy access for developers. Use this server first for initial testing and then move on to the production server. Please note that (due to regular updates) the server might go down sometimes.
- https://test-cloud.vitadock.online/
- https://test-cloud.vitadock.online/auth
- https://test-cloud.vitadock.online/data
Please note that the data on these servers are potentially unsafe due to frequent untested updates. Do not store real data on the test servers.
Production server
The production server is updated about twice each month and has advanced security measurements in place. Invalid accesses will quickly lead to a temporary ban of the IP address.