diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-14 11:18:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-19 10:51:09 +0100 |
commit | fadf619ad61a016c1c7fc53de5a8f398a4f77519 (patch) | |
tree | bd449b9fe2353d812f4cf57f6dd03c2221b25607 /server/initializers | |
parent | 7efe153b0bc23e596d5019b9fb3e3e32b6cfeccd (diff) | |
download | PeerTube-fadf619ad61a016c1c7fc53de5a8f398a4f77519.tar.gz PeerTube-fadf619ad61a016c1c7fc53de5a8f398a4f77519.tar.zst PeerTube-fadf619ad61a016c1c7fc53de5a8f398a4f77519.zip |
Save
Diffstat (limited to 'server/initializers')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index ff322730f..f209bef90 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -131,7 +131,7 @@ const CONSTRAINTS_FIELDS = { | |||
131 | FILE_SIZE: { min: 10 }, | 131 | FILE_SIZE: { min: 10 }, |
132 | URL: { min: 3, max: 2000 } // Length | 132 | URL: { min: 3, max: 2000 } // Length |
133 | }, | 133 | }, |
134 | ACCOUNTS: { | 134 | ACTOR: { |
135 | PUBLIC_KEY: { min: 10, max: 5000 }, // Length | 135 | PUBLIC_KEY: { min: 10, max: 5000 }, // Length |
136 | PRIVATE_KEY: { min: 10, max: 5000 }, // Length | 136 | PRIVATE_KEY: { min: 10, max: 5000 }, // Length |
137 | URL: { min: 3, max: 2000 } // Length | 137 | URL: { min: 3, max: 2000 } // Length |