cloudmounter.ts 199 B

12345678910
  1. export const DOMAINS = [
  2. 'DOMAIN-SUFFIX,sharepoint.com',
  3. 'DOMAIN-SUFFIX,graph.microsoft.com',
  4. 'DOMAIN,www.googleapis.com'
  5. ];
  6. export const PROCESS_NAMES = [
  7. 'CloudMounter'
  8. // 'RaiDrive'
  9. ];