diff --git a/docsite/docs/configuration/sources/_env_configs/_tealfm.md b/docsite/docs/configuration/sources/_env_configs/_tealfm.md index d10d475e..779b846b 100644 --- a/docsite/docs/configuration/sources/_env_configs/_tealfm.md +++ b/docsite/docs/configuration/sources/_env_configs/_tealfm.md @@ -1,7 +1,7 @@ -| Environmental Variable | Type | Default | Description | -| -------------------------------- | ------- | --------------------------- | --------------------------------------- | -| _**`SOURCE_TEALFM_ID`**_ | string | | A globally unique ID EX `myComponentId` | -| `SOURCE_TEALFM_NAME` | string | Value of `SOURCE_TEALFM_ID` | A vanity name EX `My Cool Component` | -| `SOURCE_TEALFM_ENABLE` | boolean | true | Should this component be used? | -| _**`SOURCE_TEALFM_IDENTIFIER`**_ | string | | Identify the account to login as | -| `SOURCE_TEALFM_APP_PW` | string | | | \ No newline at end of file +| Environmental Variable | Type | Default | Description | +| -------------------------------- | ------- | --------------------------- | --------------------------------------------------------------------------------------------- | +| _**`SOURCE_TEALFM_ID`**_ | string | | A globally unique ID EX `myComponentId` | +| `SOURCE_TEALFM_NAME` | string | Value of `SOURCE_TEALFM_ID` | A vanity name EX `My Cool Component` | +| `SOURCE_TEALFM_ENABLE` | boolean | true | Should this component be used? | +| _**`SOURCE_TEALFM_IDENTIFIER`**_ | string | | Identify the account to login as | +| _**`SOURCE_TEALFM_APP_PW`**_ | string | | The [App Password](https://atproto.com/specs/xrpc#app-passwords) you created for your account | \ No newline at end of file