|
export class Constant {
|
|
public static MEDIA_PATH = 'public';
|
|
public static BOT_TELEGRAM_PATH = 'bot-data';
|
|
|
|
public static WORK_IMAGES_FOLDER = 'work-images';
|
|
public static RECORD_FOLDER = 'records';
|
|
public static TMP_FOLDER = 'tmp';
|
|
|
|
public static DEFAULT_RESIZE = 400;
|
|
}
|