diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-07-24 14:09:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-24 14:09:11 +0300 |
| commit | 7746337964fd50b2eac170333efa05e7a5676a1c (patch) | |
| tree | 5485c7a8ad89f5bc2af653b349acd710997421ee /backend/.env.example | |
| parent | fix/rankings: remove debug return (diff) | |
| download | lphub-7746337964fd50b2eac170333efa05e7a5676a1c.tar.gz lphub-7746337964fd50b2eac170333efa05e7a5676a1c.tar.bz2 lphub-7746337964fd50b2eac170333efa05e7a5676a1c.zip | |
feat/backend: add newrelic integration (#274)
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 | ||