mirror of
https://github.com/24eme/signaturepdf.git
synced 2023-08-25 09:33:08 +02:00
docs: fix README
This commit is contained in:
parent
3ec94a0ae3
commit
6af056f847
@ -77,7 +77,7 @@ docker build -t signaturepdf .
|
||||
docker run -d --name=signaturepdf -p 8080:80 signaturepdf
|
||||
````
|
||||
|
||||
[localhost:8080](localhost:8080)
|
||||
[localhost:8080](http://localhost:8080)
|
||||
|
||||
#### Configuration
|
||||
|
||||
@ -86,8 +86,8 @@ Les variables suivantes permettent de configurer le déployement :
|
||||
|Variable|description|exemple|defaut|
|
||||
|-----|-----|-----|-----|
|
||||
|`SERVERNAME`|url de déploiement|`pdf.24eme.fr`|localhost|
|
||||
|`UPLOAD_MAX_FILESIZE`|Taille maximum du fichier PDF à signer|48|24M|
|
||||
|`POST_MAX_SIZE`|Taille maximum du fichier PDF à signer|48|24M|
|
||||
|`UPLOAD_MAX_FILESIZE`|Taille maximum du fichier PDF à signer|48M|24M|
|
||||
|`POST_MAX_SIZE`|Taille maximum du fichier PDF à signer|48M|24M|
|
||||
|`MAX_FILE_UPLOADS`|Nombre de pages maximum du PDF, ici 200 pages + le PDF d'origine|401|201|
|
||||
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user