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" } ] }