Add asset restrictions

This commit is contained in:
2025-12-11 14:04:21 +01:00
parent 0f6e840807
commit 7418bca56b
9 changed files with 122 additions and 124 deletions

View File

@@ -11,7 +11,7 @@ build:
.PHONY: run
run:
test -f .env && . ./.env; mvn spring-boot:run
test -f .env && . ./.env; IMGFLOAT_UPLOAD_MAX_BYTES=16777216 mvn spring-boot:run
.PHONY: watch
watch: