Wolfgang Huß 9d370c1921 Adjust to new logo structure
- Rename logo 'logo-horizontal--dummy' to dummy to get small caps in the next step.
2021-05-19 11:07:07 +02:00

10 lines
390 B
JavaScript

// this file is duplicated in `backend/src/config/metadata.js` and `webapp/constants/metadata.js` and replaced on rebranding
export default {
APPLICATION_NAME: 'ocelot.social',
APPLICATION_SHORT_NAME: 'ocelot',
APPLICATION_DESCRIPTION: 'Ocelot Social Community',
COOKIE_NAME: 'ocelot-social-token',
ORGANIZATION_NAME: 'busFaktor e.V.',
ORGANIZATION_JURISDICTION: 'Somewhere',
}