Merge pull request #592 from getmaxun/broken-readme

fix: broken env var table
This commit is contained in:
Karishma Shukla
2025-05-11 20:41:57 +05:30
committed by GitHub

View File

@@ -108,7 +108,6 @@ You can access the frontend at http://localhost:5173/ and backend at http://loca
| `GOOGLE_REDIRECT_URI` | No | Redirect URI for handling Google OAuth responses. | Google login will not work. |
| `AIRTABLE_CLIENT_ID` | No | Client ID for Airtable, used for Airtable integration authentication. | Airtable login will not work. |
| `AIRTABLE_REDIRECT_URI` | No | Redirect URI for handling Airtable OAuth responses. | Airtable login will not work. |
| `MAXUN_TELEMETRY` | No | Disables telemetry to stop sending anonymous usage data. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes. Please keep it enabled. | Telemetry data will not be collected. |