Skip to content

Commit

Permalink
Adjust e-mail configuration
Browse files Browse the repository at this point in the history
- Change landing page to login.
  • Loading branch information
Tirokk committed May 31, 2023
1 parent 328abde commit 1836717
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
Binary file modified .env.enc
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*.yaml
SECRET
.env
Expand Down
4 changes: 2 additions & 2 deletions branding/constants/emails.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// this file is duplicated in `backend/src/config/` and `webapp/constants/` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/
export default {
SUPPORT_EMAIL: 'info@sender.fm',
MODERATION_EMAIL: 'info@sender.fm',
SUPPORT_EMAIL: 'support@senderfm.net',
MODERATION_EMAIL: 'support@senderfm.net',
// ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails!
ORGANIZATION_LINK: 'https://sender.fm',
SUPPORT_LINK: 'https://sender.fm/support',
Expand Down
2 changes: 1 addition & 1 deletion branding/constants/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({
})

export default {
LANDING_PAGE: '/organization', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social'
LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social'

// you can find and store templates for 👇🏼 at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/

Expand Down
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.

0 comments on commit 1836717

Please sign in to comment.