From bd7fb5bdac2221ba5f7ff427767fb5782196b708 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 31 Oct 2022 23:47:05 +0100 Subject: [PATCH] add documentation for crdb --- docs/platform/self_hosting/configuration.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/platform/self_hosting/configuration.mdx b/docs/platform/self_hosting/configuration.mdx index 29528fcf..ba0aaf1d 100644 --- a/docs/platform/self_hosting/configuration.mdx +++ b/docs/platform/self_hosting/configuration.mdx @@ -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: