import path from 'path';
export const ORBIT_DIRECTORY_DEFAULT = path.join(__dirname, '..', 'orbitdb');
export const IPFS_DIRECTORY_DEFAULT = path.join(__dirname, '..', 'ipfs');
export const LOGS_PATH = path.join(__dirname, '..', 'logs');