Browse Source

Update values.yaml

pull/778/head
Sebastian Stehle 4 years ago
committed by GitHub
parent
commit
bd6df54d28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      helm/squidex/values.yaml

5
helm/squidex/values.yaml

@ -99,6 +99,9 @@ env:
STORE__TYPE: MongoDb STORE__TYPE: MongoDb
STORE__MONGODB__DATABASE: "Squidex" STORE__MONGODB__DATABASE: "Squidex"
STORE__MONGODB__CONTENTDATABASE: "SquidexContent" 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__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 URLS__ENFORCEHTTPS: false # Set it to true to redirect the user from http to https permanently
@ -132,4 +135,4 @@ mongodb-replicaset:
- ReadWriteOnce - ReadWriteOnce
size: 10Gi size: 10Gi
nodeSelector: {} nodeSelector: {}

Loading…
Cancel
Save