confluence without postgresdb

This commit is contained in:
2023-08-01 12:17:03 +02:00
parent 43ebec3644
commit 207241d0dc

View File

@@ -312,26 +312,6 @@
"label": "Public scheme of the application (mandatory)", "label": "Public scheme of the application (mandatory)",
"default": true, "default": true,
"preset": 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"
} }
] ]
} }