This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
backend/.env.example

14 lines
288 B
Plaintext
Raw Normal View History

2024-06-03 09:15:17 +00:00
# Port to listen to
PORT=5001
# MongoDB connection string
CONNECTION_STRING=mongodb://
# Generate with "openssl rand -hex 32"
JWT_SECRET=
JWT_EXPIRES_TIME=7d
# OAuth 2.0 Client ID and secret. Create one at Google Cloud Console > APIs & Services > Credentials
CLIENT_ID=
CLIENT_SECRET=