You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/environment-variables.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The following environment variables allow you to configure your Sourcebot deploy
12
12
| :------- | :------ | :---------- |
13
13
|`AUTH_CREDENTIALS_LOGIN_ENABLED`|`true`| <p>Enables/disables authentication with basic credentials. Username and passwords are stored encrypted at rest within the postgres database. Checkout the [auth docs](/docs/configuration/auth/authentication) for more info</p> |
14
14
|`AUTH_EMAIL_CODE_LOGIN_ENABLED`|`false`| <p>Enables/disables authentication with a login code that's sent to a users email. `SMTP_CONNECTION_URL` and `EMAIL_FROM_ADDRESS` must also be set. Checkout the [auth docs](/docs/configuration/auth/authentication) for more info </p> |
15
-
|`AUTH_SECRET`**(required)**| - | <p>Used to validate login session cookies. Genearte one with `openssl rand -base64 33`.</p> |
15
+
|`AUTH_SECRET`**(required)**| - | <p>Used to validate login session cookies. Generate one with `openssl rand -base64 33`.</p> |
16
16
|`AUTH_SESSION_MAX_AGE_SECONDS`|`2592000` (30 days) | <p>Relative time from now in seconds when to expire the session.</p> |
17
17
|`AUTH_SESSION_UPDATE_AGE_SECONDS`|`86400` (1 day) | <p>How often the session should be updated in seconds. If set to `0`, session is updated every time.</p> |
18
18
|`OAUTH_AUTHORIZATION_CODE_TTL_SECONDS`|`600` (10 minutes) | <p>Lifetime of an OAuth authorization code, in seconds.</p> |
0 commit comments