aboutsummaryrefslogtreecommitdiff
path: root/backend/.env.example
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-07-24 14:40:22 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-07-24 14:40:22 +0300
commitb0d199936b546c75d4b19d99591237f0bf97fe55 (patch)
treee9391880e7db2bd1ea8ff25d91aeea8dd98f186e /backend/.env.example
parentfix/frontend: fixed sidebar title size, removed unnecessary imports (diff)
parentfeat/backend: add newrelic integration (#274) (diff)
downloadlphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.gz
lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.bz2
lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.zip
Merge branch 'main' into css-overhaulcss-overhaul
Diffstat (limited to '')
-rw-r--r--backend/.env.example27
1 files changed, 15 insertions, 12 deletions
diff --git a/backend/.env.example b/backend/.env.example
index 774f2a2..0318aa1 100644
--- a/backend/.env.example
+++ b/backend/.env.example
@@ -1,12 +1,15 @@
1PORT= 1PORT=4000
2SECRET_KEY= 2SECRET_KEY=123456789ABCDEF
3API_KEY= 3API_KEY=123456789ABCDEF
4ENV= 4ENV=DEV
5DB_HOST= 5DB_HOST=localhost
6DB_PORT= 6DB_PORT=5432
7DB_USER= 7DB_USER=postgres
8DB_PASS= 8DB_PASS=postgres
9DB_NAME= 9DB_NAME=postgres
10GOOGLE_CLIENT_EMAIL= 10B2_BUCKET_NAME=lphub
11GOOGLE_PRIVATE_KEY_BASE64= 11B2_KEY_ID=123456789ABCDEF
12GOOGLE_FOLDER_ID= \ No newline at end of file 12B2_API_KEY=123456789ABCDEF
13B2_DOWNLOAD_URL=https://lphub.s3.eu-central-001.backblazeb2.com/
14LOCAL_DEMOS_PATH=/path/to/demos/
15NEWRELIC_LICENSE_KEY=abcdef123456789