const PORT = 4000; const HOST = '0.0.0.0'; const UPLOAD_DIR = 'public/upload'; const STATIC = 'public'; export { PORT, HOST, UPLOAD_DIR, STATIC };