diff options
Diffstat (limited to '')
| -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 | ||