From 207241d0dc7aa49b70ca0af13842e8ef3cd30ac2 Mon Sep 17 00:00:00 2001 From: "Ullrich, Daniel" Date: Tue, 1 Aug 2023 12:17:03 +0200 Subject: [PATCH] confluence without postgresdb --- templates.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/templates.json b/templates.json index 1e064b8..be5b030 100644 --- a/templates.json +++ b/templates.json @@ -312,26 +312,6 @@ "label": "Public scheme of the application (mandatory)", "default": true, "preset": true - }, - { - "name": "ATL_JDBC_USER", - "label": "Database User", - "default": "confluence" - }, - { - "name": "ATL_JDBC_PASSWORD", - "label": "Database Password", - "default": "confluence" - }, - { - "name": "ATL_JDBC_URL", - "label": "Database connection string", - "default": "jdbc:postgresql://confluence-db:5432/confluence" - }, - { - "name": "ATL_DB_TYPE", - "label": "The type of database", - "default": "postgresql" } ] }