diff options
Diffstat (limited to 'backend/.env.example')
| -rw-r--r-- | backend/.env.example | 27 |
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 @@ | |||
| 1 | PORT= | 1 | PORT=4000 |
| 2 | SECRET_KEY= | 2 | SECRET_KEY=123456789ABCDEF |
| 3 | API_KEY= | 3 | API_KEY=123456789ABCDEF |
| 4 | ENV= | 4 | ENV=DEV |
| 5 | DB_HOST= | 5 | DB_HOST=localhost |
| 6 | DB_PORT= | 6 | DB_PORT=5432 |
| 7 | DB_USER= | 7 | DB_USER=postgres |
| 8 | DB_PASS= | 8 | DB_PASS=postgres |
| 9 | DB_NAME= | 9 | DB_NAME=postgres |
| 10 | GOOGLE_CLIENT_EMAIL= | 10 | B2_BUCKET_NAME=lphub |
| 11 | GOOGLE_PRIVATE_KEY_BASE64= | 11 | B2_KEY_ID=123456789ABCDEF |
| 12 | GOOGLE_FOLDER_ID= \ No newline at end of file | 12 | B2_API_KEY=123456789ABCDEF |
| 13 | B2_DOWNLOAD_URL=https://lphub.s3.eu-central-001.backblazeb2.com/ | ||
| 14 | LOCAL_DEMOS_PATH=/path/to/demos/ | ||
| 15 | NEWRELIC_LICENSE_KEY=abcdef123456789 | ||