rustpad/.env
Orhun Parmaksız f50f987626
Allow configuring the number of days to expire documents (#18)
* Allow configuring the number of days to expire documents

* Update server tests about server data

* Update test_cleanup for testing a different expiry value

* Remove unnecessary Arc<> while passing expiry_days to cleaner

* Rename `ServerData` to `ServerConfig`

* Update tests to rename the `ServerData`

* Update rustpad-server/tests/cleanup.rs

Co-authored-by: Eric Zhang <ekzhang1@gmail.com>
2021-07-15 19:19:43 -04:00

4 lines
68 B
Bash

# Environment variables for development
RUST_LOG=info
EXPIRY_DAYS=1