Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 330 Bytes

ENV.md

File metadata and controls

13 lines (7 loc) · 330 Bytes

Environment Variables

JWT_SECRET_KEY

This is a string of random characters that will be used to encrypt the access and refresh tokens. Make sure to use different keys for Production and Staging.

DB_SERVICE_URL

The URL to connect to our database service

DB_SERVICE_TOKEN

Token to authenticate DB service