Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

EnvironmentBackendDomainNote
ProductionOn-lineon-prod.diaper.cfThis points to AWS under Cornell contract
TestOn-lineon-test.diaper.cf(Not set up yet)
This points to public AWS (under Tan's account)
    
ProductionOff-lineoff-prod.diaper.cf(Not set up yet)
This points to AWS under Cornell contract
TestOff-lineoff-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

...