diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-11-21 18:12:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 18:12:07 +0300 |
| commit | cff5e845c75e9e2751a2c1f01f8ae3fbf24f0e7d (patch) | |
| tree | b5b55b7bc02e94e6d77787328cc52e1e49efcf1a /backend/.env.example | |
| parent | feat/rankings: optimize Steam ID comparison (#236) (diff) | |
| download | lphub-cff5e845c75e9e2751a2c1f01f8ae3fbf24f0e7d.tar.gz lphub-cff5e845c75e9e2751a2c1f01f8ae3fbf24f0e7d.tar.bz2 lphub-cff5e845c75e9e2751a2c1f01f8ae3fbf24f0e7d.zip | |
feat/backend: gdrive to backblaze migration, improve create record (#237)v1.0.3
Diffstat (limited to 'backend/.env.example')
| -rw-r--r-- | backend/.env.example | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/.env.example b/backend/.env.example index 774f2a2..90ca8b4 100644 --- a/backend/.env.example +++ b/backend/.env.example | |||
| @@ -7,6 +7,7 @@ DB_PORT= | |||
| 7 | DB_USER= | 7 | DB_USER= |
| 8 | DB_PASS= | 8 | DB_PASS= |
| 9 | DB_NAME= | 9 | DB_NAME= |
| 10 | GOOGLE_CLIENT_EMAIL= | 10 | B2_BUCKET_NAME= |
| 11 | GOOGLE_PRIVATE_KEY_BASE64= | 11 | B2_KEY_ID= |
| 12 | GOOGLE_FOLDER_ID= \ No newline at end of file | 12 | B2_API_KEY= |
| 13 | B2_DOWNLOAD_URL= | ||