Versions Compared

Key

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

...

User account login info (email, password) are the same as gmail/github/etc

Current registration expires on 2021-12-05 (December 5th) (Must renew at the above website before expiration)

Domains to use

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

...