-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
35 lines (29 loc) · 818 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# StockedUp Configuration File
# =============================
# For specific documentation about this file please reffer to documentation:
# https://github.com/MrBartusek/stocked-up/blob/master/docs/configuration.md
# General Settings
# ===================
NODE_ENV=development
BASE_API_URL=http://localhost:3000/api
# Session Configuration
# ======================
SESSION_SECRET=keyboard-cat
# Redis Configuration
# ====================
REDIS_HOST=localhost
REDIS_PASS=
REDIS_PORT=6379
# MongoDB Configuration
# =====================
MONGO_URL=mongodb://127.0.0.1:27017/stockedUp
# AWS Credentails and details
# ============================
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET_NAME=
# Emails Module Configuration
# ===========================
RESEND_API_KEY=
EMAIL_SENDER=