1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-08 17:02:28 +02:00

Merge branch 'master' of github.com:24eme/signaturepdf

This commit is contained in:
Vincent LAURENT 2022-04-01 18:33:05 +02:00
commit d1f41cb099

View file

@ -77,12 +77,12 @@ cp config/config.ini{.example,}
Dans ce fichier `config/config.ini`, il suffit ce configurer la variable `PDF_STORAGE_PATH` avec le chemin vers lequel les fichiers pdf uploadé pourront être stockés :
```
PDF_STORAGE_PATH=/path/to/folder/to/store/pdf
PDF_STORAGE_PATH=/path/to/folder
```
Créer ce dossier :
```
cp /path/to/folder/to/store/pdf
mkdir /path/to/folder
```
Le serveur web devra avoir les droits en écriture sur ce dossier.