mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-15 17:34:37 +00:00
11 lines
689 B
JavaScript
11 lines
689 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: 'changemedia.at',
|
||
APPLICATION_SHORT_NAME: 'changemedia.at',
|
||
APPLICATION_DESCRIPTION: 'changemedia.at Network driven by ocelot.social',
|
||
COOKIE_NAME: 'changemedia-at-token',
|
||
ORGANIZATION_NAME: 'changemedia.at',
|
||
ORGANIZATION_JURISDICTION: 'Österreich',
|
||
THEME_COLOR: 'rgb(23, 181, 63)', // $color-primary – as the main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case
|
||
}
|