9 lines
265 B
JavaScript
9 lines
265 B
JavaScript
export default {
|
|
APPLICATION_NAME: 'ocelot.social',
|
|
APPLICATION_SHORT_NAME: 'ocelot',
|
|
APPLICATION_DESCRIPTION: 'Ocelot Social Community',
|
|
COOKIE_NAME: 'ocelot-social-token',
|
|
ORGANIZATION_NAME: 'busFaktor e.V.',
|
|
ORGANIZATION_JURISDICTION: 'Somewhere',
|
|
}
|