1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-24 17:42:29 +02:00

example path easier

This commit is contained in:
Vincent LAURENT 2022-04-01 18:07:20 +02:00 committed by GitHub
parent 52d8cf5506
commit a085b68904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 :
```
mkdir /path/to/folder/to/store/pdf
mkdir /path/to/folder
```
Le serveur web devra avoir les droits en écriture sur ce dossier.