Skip to content
Closed
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
Expand Up @@ -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:
Expand Down