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 { export default {
SUPPORT: 'support-schools-in-motion@roschaefer.de', SUPPORT: 'hello@ocelot.social',
MODERATION: 'moderation-schools-in-motion@roschaefer.de', MODERATION: 'hello@ocelot.social',
} }

View File

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

View File

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