mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
10 lines
468 B
JavaScript
10 lines
468 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.me – Alternatives Netzwerk für eine freie und bunte Zukunft',
|
||
COOKIE_NAME: 'yunite-me-token',
|
||
ORGANIZATION_NAME: 'yunite – Verein für Vernetzung und Kooperation',
|
||
ORGANIZATION_JURISDICTION: 'Switzerland',
|
||
}
|