10 lines
390 B
JavaScript
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: 'wir.social',
|
|
APPLICATION_SHORT_NAME: 'wir.social',
|
|
APPLICATION_DESCRIPTION: 'Wir Social Community',
|
|
COOKIE_NAME: 'ocelot-social-token',
|
|
ORGANIZATION_NAME: 'Webcraft-Media',
|
|
ORGANIZATION_JURISDICTION: 'Deutschland',
|
|
}
|