-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
23 lines (16 loc) · 589 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (16 loc) · 589 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# --------------------------------------------------------------------------
# Tracker Tracker — Env Variables
# --------------------------------------------------------------------------
# Generate with: openssl rand -base64 48
SESSION_SECRET=plz-change-me-to-a-random-string-minimum-32-chars
# Generate with: openssl rand -base64 24
POSTGRES_PASSWORD=change-me
POSTGRES_USER=postgres
TZ=America/Chicago
# Optional Stuff
# --------------------------
# PORT=3000
# BASE_URL=https://trackertracker.example.com
# SECURE_COOKIES=true
# LOG_LEVEL=debug
# POSTGRES_DB=tracker_tracker