[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.
 

9 lines
297 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 GROUP_LISTING_PARTITION_KEY = 'pk'
export const APP_PARTITION_KEY = 'pk'