import{_ as a}from"./plugin-vue_export-helper-DlAUqK2U.js";import{c as i,a as s,o as t}from"./app-42vVvAb-.js";const n={};function l(d,e){return t(),i("div",null,e[0]||(e[0]=[s(`
For each deployment, you need to set the environment variables and configurations. Here is some specific information on how to set the values.
We have several configuration possibilities just in the frontend.
In file branding/constants/dateTime.js.
RELATIVE_DATETIMEtrue (default) or falseABSOLUT_DATETIME_FORMATP: just localized datePp: just localized date and timeYou need to set environment variables to send registration and invitation information or notifications to users, for example.
More and more e-mail providers require settings for authorization and verification of e-mail senders.
Sometimes it is enough to create an SPF record in your DNS.
However, if you need DKIM authorization and verification, you must set the appropriate environment variables in: .env, docker-compose.yml or Helm script values.yaml:
SMTP_DKIM_DOMAINNAME=<your e-mail sender domain>
SMTP_DKIM_KEYSELECTOR=ocelot # "free" name used in DNS as selector. we recommend this
SMTP_DKIM_PRIVATKEY="-----BEGIN RSA PRIVATE KEY-----\\\\n<your base64 encoded private key data>\\\\n-----END RSA PRIVATE KEY-----\\\\n"You can find out how DKIM works here:
https://www.ionos.com/digitalguide/e-mail/e-mail-security/dkim-domainkeys/
To create the private and public DKIM key as DNS records with selector, see here:
Information about the required PEM format can be found here:
We have several configuration options for our Neo4j database.
If you need to set the default database name in Neo4j to be used for all operations and terminal commands like our backup scripts, you must set the appropriate environment variable in: .env, docker-compose.yml or Helm script values.yaml:
DBMS_DEFAULT_DATABASE: "graph.db"The default value is neo4j if it is not set.
As example see files:
neo4j/.env.templatedeployment/docker-compose.ymldeployment/configurations/stage.ocelot.social/kubernetes/values.yaml.templateFor each deployment, you need to set the environment variables and configurations.\\nHere is some specific information on how to set the values.
\\nWe have several configuration possibilities just in the frontend.
\\nIn file branding/constants/dateTime.js.