*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
| Environment | Backend | Domain | Note |
|---|---|---|---|
| Production | On-line | on-prod.diaper.cf | This points to AWS under Cornell contract |
| Test | On-line | on-test.diaper.cf | (Not set up yet) This points to public AWS (under Tan's account) |
| Production | Off-line | off-prod.diaper.cf | (Not set up yet) This points to AWS under Cornell contract |
| Test | Off-line | off-test.diaper.cf | (Not set up yet) This points to public AWS (under Tan's account) |
For API callers (i.e. frontend web/app)
Choose the domain accordingly, prepend it with http or https, and append it with port number and path.
e.g. https://on-prod.diaper.cf:5001/api/version
...