Staging & Production
Multiple Instances
Athelas Enterprise customers have the option to commit their data to one of two database instances: staging and production. Here are the key differences between both instances.
Staging
The staging instance API endpoints can be accessed via the following URL:
staging-api.athelas.com/
It should be used strictly for testing. We cannot guarantee any data integrity whatsoever on the staging branch, and we highly recommend that you do not commit data that you do not want to lose to the staging branch.
Only you, the enterprise client, have access to the data you commit to staging. No other clients will be able to access it. However, this data may be deleted routinely in the interest of space.
Production
The production instance API endpoints can be accessed via the following URL:
api.athelas.com/
This is where you will be committing data to for your production application.
We can guarantee data integrity here. This is not a testing instance and we advise against committing large quantities of test data via these endpoints.
Updated over 3 years ago