adjusted data for ocelot

This commit is contained in:
Ulf Gebhardt 2021-02-12 13:10:45 +01:00
parent 2a9d14df1e
commit 3ef2f7f00e
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
3 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
export default {
SUPPORT: 'support-schools-in-motion@roschaefer.de',
MODERATION: 'moderation-schools-in-motion@roschaefer.de',
SUPPORT: 'hello@ocelot.social',
MODERATION: 'hello@ocelot.social',
}

View File

@ -1,7 +1,7 @@
export default {
ORGANIZATION: 'https://www.youth-and-arts.nrw/',
DONATE: 'https://www.youth-and-arts.nrw/de/kontakt',
IMPRINT: 'https://www.youth-and-arts.nrw/de/impressum',
DATA_PRIVACY: 'https://www.youth-and-arts.nrw/de/datenschutzerklaerung',
FAQ: 'https://www.youth-and-arts.nrw/de/kontakt',
ORGANIZATION: 'https://ocelot.social',
DONATE: 'https://ocelot-social.herokuapp.com/donations',
IMPRINT: 'https://ocelot-social.herokuapp.com/imprint',
DATA_PRIVACY: 'https://ocelot-social.herokuapp.com/imprint',
FAQ: 'https://ocelot-social.herokuapp.com/#kontakt',
}

View File

@ -1,8 +1,8 @@
export default {
APPLICATION_NAME: 'fyphe_O',
APPLICATION_SHORT_NAME: 'fyphe',
APPLICATION_DESCRIPTION: 'The Schools in Motion Network',
APPLICATION_NAME: 'ocelot.social',
APPLICATION_SHORT_NAME: 'ocelot',
APPLICATION_DESCRIPTION: 'Ocelot Social Community',
COOKIE_NAME: 'ocelot-social-token',
ORGANIZATION_NAME: 'Ensible e.V.',
ORGANIZATION_JURISDICTION: 'Köln',
ORGANIZATION_NAME: 'busFaktor e.V.',
ORGANIZATION_JURISDICTION: 'Somewhere',
}