Skip to content

Commit

Permalink
Merge pull request #2 from sender-fm/release-v3.1.2-581-chat-fix-sear…
Browse files Browse the repository at this point in the history
…ch-dkim-etc

chore(release): release v3.1.2-581 - chat fix search dkim etc
  • Loading branch information
Tirokk authored Oct 10, 2023
2 parents 64ab273 + 3da9695 commit 6a6c9ac
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 1 deletion.
Binary file modified .env.enc
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js`
export const NAME_LENGTH_MIN = 3
export const NAME_LENGTH_MAX = 50
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 3 // with removed HTML tags
export const SHOW_GROUP_BUTTON_IN_HEADER = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file modified kubeconfig.yaml.enc
Binary file not shown.
Binary file modified kubernetes/dns.values.yaml.enc
Binary file not shown.
Binary file modified kubernetes/values.yaml.enc
Binary file not shown.
5 changes: 5 additions & 0 deletions kubernetes/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ BACKEND:
# SMTP_PORT: "465"
# SMTP_IGNORE_TLS: 'true'
# SMTP_SECURE: 'true' # true for 465, false for other ports
# optional
SMTP_DKIM_DOMAINNAME: ocelot.social
SMTP_DKIM_KEYSELECTOR: 2017
# all newlines in one line with "\\n". multi line doesn't work with Helm
SMTP_DKIM_PRIVATKEY: "-----BEGIN RSA PRIVATE KEY-----\\n<private.key>\\n-----END RSA PRIVATE KEY-----\\n"

# most likely you don't need to change this
MIN_READY_SECONDS: "15"
Expand Down

0 comments on commit 6a6c9ac

Please sign in to comment.