DB_URI
- REQUIRED, connection string to a mongodb database. WILL ERROR IF NOT PROVIDEDAPI_SECRET
- REQUIRED secret for encryption/decryption of jwts. WILL ERROR IF NOT PROVIDEDPORT
- The desired port to listen on (if not provided, 8000 is assumed)SSL_CERT_FP
- Path to an SSL cert file. If not present (or file isn't found), http will be used instead of httpsSSL_KEY_FP
- Path to an SSL key file. If not present (or file isn't found), http will be used instead of https