Merge pull request #4 from Ocelot-Social-Community/3-release-version-less

chore(other) release version-less
This commit is contained in:
Wolfgang Huß 2023-11-29 13:06:19 +01:00 committed by GitHub
commit 3d5d678dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 2 deletions

BIN
.env.enc

Binary file not shown.

View File

@ -23,7 +23,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
// if defined it's dominating
externalLink: {
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
url: 'https://ocelot-social.herokuapp.com/donations',
url: 'https://busfaktor.org/en/spenden',
target: '_blank',
},
@ -41,7 +41,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
// if defined it's dominating
externalLink: {
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
url: 'https://ocelot-social.herokuapp.com/imprint',
url: 'http://ocelot.social/en/impressum',
target: '_blank',
},

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"