Change organization and support link in backend for now

This commit is contained in:
Wolfgang Huß 2021-08-16 15:30:07 +02:00
parent a55fa21cdd
commit 8efa08eccd

View File

@ -3,6 +3,6 @@ export default {
SUPPORT_EMAIL: 'team@wir.social', SUPPORT_EMAIL: 'team@wir.social',
MODERATION_EMAIL: 'team@wir.social', MODERATION_EMAIL: 'team@wir.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! // 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://wir.social/organization', ORGANIZATION_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/organization',
SUPPORT_LINK: 'https://wir.social/support', SUPPORT_LINK: 'https://webcraft-media.de', // Wolle 'https://wir.social/support',
} }