mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
9 lines
609 B
JavaScript
9 lines
609 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: 'support.darmbulanz@it4c.dev',
|
|
MODERATION_EMAIL: 'moderator.darmbulanz@it4c.dev',
|
|
// 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://dioscurides.com',
|
|
SUPPORT_LINK: 'https://dioscurides.com',
|
|
}
|