mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
- Implement emails.js in backend as well. - Move backend links.js into emails.js, because code is not a duplicate of webapp anymore.
9 lines
589 B
JavaScript
9 lines
589 B
JavaScript
// 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: 'devops@ocelot.social',
|
|
MODERATION_EMAIL: 'devops@ocelot.social',
|
|
// 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://ocelot.social',
|
|
SUPPORT_LINK: 'https://ocelot.social',
|
|
}
|