aboutsummaryrefslogtreecommitdiff
path: root/backend/.env.example
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-11-22 13:11:50 +0300
committerGitHub <noreply@github.com>2024-11-22 13:11:50 +0300
commit00711cab5bb8f3cdd1b86d062ef067587e3fc18a (patch)
treefbbb6b095ca91f8189425d05c7cdfd8986e61280 /backend/.env.example
parentfeat/frontend: remove map select from upload run dialog (#239) (diff)
downloadlphub-00711cab5bb8f3cdd1b86d062ef067587e3fc18a.tar.gz
lphub-00711cab5bb8f3cdd1b86d062ef067587e3fc18a.tar.bz2
lphub-00711cab5bb8f3cdd1b86d062ef067587e3fc18a.zip
feat/backend: local demos path for testing (#243)
Co-authored-by: NeKz <nekzor@users.noreply.github.com>
Diffstat (limited to 'backend/.env.example')
-rw-r--r--backend/.env.example27
1 files changed, 14 insertions, 13 deletions
diff --git a/backend/.env.example b/backend/.env.example
index 90ca8b4..b0a7101 100644
--- a/backend/.env.example
+++ b/backend/.env.example
@@ -1,13 +1,14 @@
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
10B2_BUCKET_NAME= 10B2_BUCKET_NAME=lphub
11B2_KEY_ID= 11B2_KEY_ID=123456789ABCDEF
12B2_API_KEY= 12B2_API_KEY=123456789ABCDEF
13B2_DOWNLOAD_URL= 13B2_DOWNLOAD_URL=https://lphub.s3.eu-central-001.backblazeb2.com/
14LOCAL_DEMOS_PATH=/path/to/demos/