From 063f61a7a4e56d1486b97107facef0d330548e10 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Sun, 24 Dec 2023 23:35:27 +0300 Subject: [PATCH] Fixed table formatting --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 00b6f99b7..4d0b980ee 100644 --- a/README.md +++ b/README.md @@ -91,16 +91,16 @@ VITE_APP_FAKE_AUTH_LOGIN_ON_INIT=true ## Frontend environment variables -| Name | Type | Description -|---|---|--- -| `VITE_APP_API_URL` | `string` | Specifies a backend API base URL without a trim slash, e.g. `https://localhost:5001` -| `VITE_APP_AUTH_CHECK_INTERVAL` | `number` | Specifies the auth status check interval in milliseconds to ensure that users with expired cookies will not be able to use the application without refreshing the page in the browser. Not used if `VITE_APP_FAKE_AUTH_ENABLED` is `true` -| `VITE_APP_DEMO_MODE_ENABLED` | `boolean` | Enables demo mode. In demo mode, some features related to file system or external integrations are disabled -| `VITE_APP_FAKE_AUTH_ENABLED` | `boolean` | Setups fake authentication flow without using a backend server and OAuth Identity provider. Used for local development -| `VITE_APP_FAKE_AUTH_LOGIN_ON_INIT` | `boolean` | Defines whether the user is authenticated by default when using a fake authentication flow. Used for local development -| `VITE_APP_MSW_ENABLED` | `boolean` | Enables mockServiceWorker to intercept and mock all API requests. Used for testing or local development purposes -| `VITE_APP_GOOGLE_ANALYTICS_ENABLED` | `boolean` | Enables Google Analytics -| `VITE_APP_GOOGLE_ANALYTICS_MEASUREMENT_ID` | `string` | Measurement (data stream) ID for Google Analytics +Name | Type | Description +-------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ +`VITE_APP_API_URL` | `string` | Specifies a backend API base URL without a trim slash, e.g. `https://localhost:5001` +`VITE_APP_AUTH_CHECK_INTERVAL` | `number` | Specifies the auth status check interval in milliseconds to ensure that users with expired cookies will not be able to use the application without refreshing the page in the browser. Not used if `VITE_APP_FAKE_AUTH_ENABLED` is `true` +`VITE_APP_DEMO_MODE_ENABLED` | `boolean` | Enables demo mode. In demo mode, some features related to file system or external integrations are disabled +`VITE_APP_FAKE_AUTH_ENABLED` | `boolean` | Setups fake authentication flow without using a backend server and OAuth Identity provider. Used for local development +`VITE_APP_FAKE_AUTH_LOGIN_ON_INIT` | `boolean` | Defines whether the user is authenticated by default when using a fake authentication flow. Used for local development +`VITE_APP_MSW_ENABLED` | `boolean` | Enables mockServiceWorker to intercept and mock all API requests. Used for testing or local development purposes +`VITE_APP_GOOGLE_ANALYTICS_ENABLED` | `boolean` | Enables Google Analytics +`VITE_APP_GOOGLE_ANALYTICS_MEASUREMENT_ID` | `string` | Measurement (data stream) ID for Google Analytics ## How to generate database migrations