Add files via upload
added clamav capabilities
This commit is contained in:
parent
a30e543ded
commit
e67c1b37aa
1 changed files with 3 additions and 0 deletions
|
|
@ -23,3 +23,6 @@ export const MAX_CONVERT_PROCESS =
|
||||||
|
|
||||||
export const UNAUTHENTICATED_USER_SHARING =
|
export const UNAUTHENTICATED_USER_SHARING =
|
||||||
process.env.UNAUTHENTICATED_USER_SHARING?.toLowerCase() === "true" || false;
|
process.env.UNAUTHENTICATED_USER_SHARING?.toLowerCase() === "true" || false;
|
||||||
|
|
||||||
|
export const CLAMAV_URL = process.env.CLAMAV_URL;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue