Merge pull request #4 from Ocelot-Social-Community/3-release-version-less
chore(other) release version-less
This commit is contained in:
commit
3d5d678dd1
@ -23,7 +23,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
|
|||||||
// if defined it's dominating
|
// if defined it's dominating
|
||||||
externalLink: {
|
externalLink: {
|
||||||
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
|
// 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',
|
target: '_blank',
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
|
|||||||
// if defined it's dominating
|
// if defined it's dominating
|
||||||
externalLink: {
|
externalLink: {
|
||||||
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
|
// 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',
|
target: '_blank',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -29,6 +29,11 @@ BACKEND:
|
|||||||
# SMTP_PORT: "465"
|
# SMTP_PORT: "465"
|
||||||
# SMTP_IGNORE_TLS: 'true'
|
# SMTP_IGNORE_TLS: 'true'
|
||||||
# SMTP_SECURE: 'true' # true for 465, false for other ports
|
# 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
|
# most likely you don't need to change this
|
||||||
MIN_READY_SECONDS: "15"
|
MIN_READY_SECONDS: "15"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user