aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-06-24 17:46:01 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-06-24 17:46:01 -0400
commit32ec903006813469e48824c6b20d33df0fc518ba (patch)
treeaf6967c0ba08fc6835bb5d14e30d57c47023d78b /ci
parentbb585ffb388161258cf3ad61c390eca8beadf4e3 (diff)
fix missing parenthasese for content length param
Diffstat (limited to 'ci')
-rw-r--r--ci/container/docker-compose.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/container/docker-compose.yaml b/ci/container/docker-compose.yaml
index 4262db6..eb7df29 100644
--- a/ci/container/docker-compose.yaml
+++ b/ci/container/docker-compose.yaml
@@ -19,7 +19,7 @@ services:
environment:
MAX_BOOKMARKS: "5000"
REG_TOKEN_DURATION_MIN: "360" #6 hours
- MAX_CONTENT_LENGTH: 5120000 #5MB max upload size
+ MAX_CONTENT_LENGTH: "5120000" #5MB max upload size
MAX_LOGIN_ATTEMPS: "10" #max login attempts before user account is locked out
#SQL Config