-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env-sample
37 lines (30 loc) · 818 Bytes
/
.env-sample
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
36
37
# ======================================
# Environment variable defaults
# Uncomment sections to enable features.
# ======================================
# Server params
# ~~~~~~~~~~~~~
PUBLIC_URL=http://localhost:3000
SERVER_URL=http://localhost:9001
PORT=9001
# Temporary storage for file uploads
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UPLOADS_TMP_DIR=./uploads
# AWS deployment information
# ~~~~~~~~~~~~~~~~~~~~
AWS_ACCOUNT_ID=
AWS_REGION=
# JWT session
# ~~~~~~~~~~~
JWT_SECRET=shh-its-a-secret
# Github Auth
# ~~~~~~~~~~~
# GITHUB_CLIENT_ID=
# GITHUB_CLIENT_SECRET=
# AWS S3 Image storage
# ~~~~~~~~~~~~~~~~~~~~
# STORAGE_BUCKET_IMAGES=vortex-image-uploads
# SQLite Document Storage (Local testing only)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SQLITE_DB_FILE=data/vortex.db
SQLITE_DB_NAME=Documents