aboutsummaryrefslogtreecommitdiff
path: root/backend/.env.example
diff options
context:
space:
mode:
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