Skip to content

Commit

Permalink
address PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 12, 2024
1 parent 0582592 commit f6f9786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/04-configuration/01-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Otto8 uses a database backend. By default, it will use a sqlite3 local database.

#### `OTTO_SERVER_HOSTNAME`

Tell Otto what its server URL is so that things like OAuth, LLM proxying, and invoke URLs are handled correctly.
Tell Otto8 what its server URL is so that things like OAuth, LLM proxying, and invoke URLs are handled correctly.
2 changes: 1 addition & 1 deletion docs/docs/04-configuration/03-auth-providers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auth Providers

Authentication providers allow your Otto installation to authenticate users with the identity provider of your choice. All authentication providers are configured using environment variables.
Authentication providers allow your Otto8 installation to authenticate users with the identity provider of your choice. All authentication providers are configured using environment variables.

## Common Environment Variables

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/04-configuration/04-workspace-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Specify the directory where workspaces are nested. The default is `$XDG_CONFIG_H

#### `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, `AWS_REGION`, `WORKSPACE_PROVIDER_S3_BUCKET`

These variables configure the s3 or s3-compatible access and bucket to use with the workspace provider.
Specifying these variables allows you to configure access to an s3 or s3-compatible bucket for the workspace provider to use. If the `OTTO_WORKSPACE_PROVIDER_TYPE` is `s3`, then all of these variables are required for proper configuration.

#### `WORKSPACE_PROVIDER_S3_BASE_ENDPOINT`

Expand Down

0 comments on commit f6f9786

Please sign in to comment.