diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 18:10:19 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 18:10:19 +0300 |
| commit | f1798f570d645c5148908461064e402baadd2ed1 (patch) | |
| tree | 9990b4c94a406d712b50f10e9d53dab63696f9f1 /backend/.env.example | |
| parent | chore: frontend package stuff (diff) | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-f1798f570d645c5148908461064e402baadd2ed1.tar.gz lphub-f1798f570d645c5148908461064e402baadd2ed1.tar.bz2 lphub-f1798f570d645c5148908461064e402baadd2ed1.zip | |
feat/frontend: update tailwind to main branch
Diffstat (limited to 'backend/.env.example')
| -rw-r--r-- | backend/.env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/.env.example b/backend/.env.example index b0a7101..0318aa1 100644 --- a/backend/.env.example +++ b/backend/.env.example | |||
| @@ -12,3 +12,4 @@ B2_KEY_ID=123456789ABCDEF | |||
| 12 | B2_API_KEY=123456789ABCDEF | 12 | B2_API_KEY=123456789ABCDEF |
| 13 | B2_DOWNLOAD_URL=https://lphub.s3.eu-central-001.backblazeb2.com/ | 13 | B2_DOWNLOAD_URL=https://lphub.s3.eu-central-001.backblazeb2.com/ |
| 14 | LOCAL_DEMOS_PATH=/path/to/demos/ | 14 | LOCAL_DEMOS_PATH=/path/to/demos/ |
| 15 | NEWRELIC_LICENSE_KEY=abcdef123456789 | ||