Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add documentation for crdb #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/platform/self_hosting/configuration.mdx
Original file line number Diff line number Diff line change
@@ -470,6 +470,13 @@ While this is useful for tests, make sure to keep this **disabled** if you're im
server, as trying this predictable key may be the first thing an attacker will attempt to gain unauthorized access!
:::

## Database
Prefix: `tolgee.database`

Additional configuration for Database connection outside of spring datasource.

### type
Database type if different than postgres. e.g. `COCKROACH`

## `.env` example
Example .env file which you can start with: