mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
10 lines
418 B
JavaScript
10 lines
418 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: 'Reformer.network',
|
|
APPLICATION_SHORT_NAME: 'Reformer.network',
|
|
APPLICATION_DESCRIPTION: 'Reformer.network, social network',
|
|
COOKIE_NAME: 'reformer-network-token',
|
|
ORGANIZATION_NAME: 'Stichting Rudulin',
|
|
ORGANIZATION_JURISDICTION: 'Amsterdam',
|
|
}
|