feat: add option for unauthenticated file conversions #114

This commit is contained in:
C4illin 2024-08-23 15:09:49 +02:00
parent 8ca4f1587d
commit f0d0e43929
3 changed files with 48 additions and 16 deletions

View file

@ -8,5 +8,6 @@ services:
environment:
- ACCOUNT_REGISTRATION=true
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234
- ALLOW_UNAUTHENTICATED=true
ports:
- 3000:3000