AcadeDoc/apps/server/src/integrations/storage/constants/storage.constants.ts
Philipinho a821e37028 Refactoring
* Refactor workspace membership system
* Create setup endpoint
* Use Passport.js
* Several updates and fixes
2024-03-16 22:58:12 +00:00

2 lines
120 B
TypeScript

export const STORAGE_DRIVER_TOKEN = 'STORAGE_DRIVER_TOKEN';
export const STORAGE_CONFIG_TOKEN = 'STORAGE_CONFIG_TOKEN';