2022-09-23 08:45:41 +02:00

10 lines
389 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: 'yunite.me',
APPLICATION_SHORT_NAME: 'yunite.me',
APPLICATION_DESCRIPTION: 'Yunite Community',
COOKIE_NAME: 'ocelot-social-token',
ORGANIZATION_NAME: 'Verein Corona-Reset',
ORGANIZATION_JURISDICTION: 'Switzerland',
}