aboutsummaryrefslogtreecommitdiff
path: root/backend/.env.example
blob: 0318aa130c6d55845e275542f670f6ed8a8b37a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORT=4000
SECRET_KEY=123456789ABCDEF
API_KEY=123456789ABCDEF
ENV=DEV
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASS=postgres
DB_NAME=postgres
B2_BUCKET_NAME=lphub
B2_KEY_ID=123456789ABCDEF
B2_API_KEY=123456789ABCDEF
B2_DOWNLOAD_URL=https://lphub.s3.eu-central-001.backblazeb2.com/
LOCAL_DEMOS_PATH=/path/to/demos/
NEWRELIC_LICENSE_KEY=abcdef123456789