mirror of
https://gitlab.com/little-lines/backend.git
synced 2024-11-21 18:56:50 +00:00
14 lines
288 B
Text
14 lines
288 B
Text
|
# 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=
|