Skip to content

Commit

Permalink
Update README.md since ArangoDB now supports expiring documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarsum committed Apr 9, 2021
1 parent 2bb1763 commit 06f2971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ services:
- STORAGE_TYPE=arango
- STORAGE_HOST=database
- STORAGE_PORT=8529
- STORAGE_USER=pasteServer
- STORAGE_PASSWORD=password
- STORAGE_DATABASE=pasteServer

Expand Down Expand Up @@ -77,7 +78,7 @@ To configure the document-storage
* **STORAGE_USER**: The user to use for the authentication. (only ArangoDB)
* **STORAGE_DATABASE**: The database to store the documents in. (only ArangoDB)
* **DOCUMENT_EXPIRE**: The time in milliseconds after a document will be deleted when unused. (only Redis)
* **DOCUMENT_EXPIRE**: The time in milliseconds after a document will be deleted when unused. (only Redis or ArangoDB)
* **STORAGE_PATH**: The path of the folder the document-files should be saved in. (only file-storage)
Expand Down

0 comments on commit 06f2971

Please sign in to comment.