10 lines
427 B
TypeScript
10 lines
427 B
TypeScript
// this file is duplicated in `backend/src/config/metadata.js` and `webapp/constants/metadata.js` and replaced on rebranding
|
||
export default {
|
||
APPLICATION_NAME: 'freilernen.social',
|
||
APPLICATION_SHORT_NAME: 'freilernen.social',
|
||
APPLICATION_DESCRIPTION: 'Ocelot Social Community',
|
||
COOKIE_NAME: 'ocelot-social-token',
|
||
ORGANIZATION_NAME: 'ASP – Aktive Schule Petershausen',
|
||
ORGANIZATION_JURISDICTION: 'Deutschland',
|
||
}
|