[ABANDONED] API server for Flexor social network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

12 lines
435 B

export const MIN_ID_LENGTH = 5
export const MAX_ID_LENGTH = 40
export const MAX_NAME_LENGTH = 80
export const MIN_PASSWORD_LENGTH = 8
export const SHORT_TEXT_LENGTH = 100
export const SUBSCRIBER_MAX_SIZE = 100
export const USER_LISTING_PARTITION_KEY = 'upk'
export const GROUP_LISTING_PARTITION_KEY = 'gpk'
export const APP_PARTITION_KEY = 'apk'
export const INSTALLATION_PARTITION_KEY = 'ipk'
export const MEDIA_PARTITION_KEY = 'pk'