From bd6df54d2893fa811efa8815b154bb9e4313547a Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Thu, 28 Oct 2021 15:07:13 +0200 Subject: [PATCH] Update values.yaml --- helm/squidex/values.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm/squidex/values.yaml b/helm/squidex/values.yaml index 94af4a7e1..eb674e5cb 100644 --- a/helm/squidex/values.yaml +++ b/helm/squidex/values.yaml @@ -99,6 +99,9 @@ env: STORE__TYPE: MongoDb STORE__MONGODB__DATABASE: "Squidex" STORE__MONGODB__CONTENTDATABASE: "SquidexContent" + + # Assets + ASSETSTORE__TYPE: MongoDb URLS__BASEURL: https://squidex.local/ # Set the base url of your application, to generate correct urls in background process URLS__ENFORCEHTTPS: false # Set it to true to redirect the user from http to https permanently @@ -132,4 +135,4 @@ mongodb-replicaset: - ReadWriteOnce size: 10Gi - nodeSelector: {} \ No newline at end of file + nodeSelector: {}