Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/782/head
Sebastian 4 years ago
parent
commit
17d20a8c4a
  1. 3
      helm/squidex/values.yaml

3
helm/squidex/values.yaml

@ -100,6 +100,9 @@ env:
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

Loading…
Cancel
Save