mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
9 lines
287 B
JavaScript
9 lines
287 B
JavaScript
export default {
|
|
APPLICATION_NAME: 'ocelot.social',
|
|
APPLICATION_SHORT_NAME: 'ocelot',
|
|
APPLICATION_DESCRIPTION: 'ocelot.social Community Network',
|
|
ORGANIZATION_NAME: 'ocelot.social Community',
|
|
ORGANIZATION_JURISDICTION: 'City of Angels',
|
|
COOKIE_NAME: 'ocelot-social-token',
|
|
}
|