mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 02:10:52 +08:00
804 B
804 B
Default values
You can set system wide defaults using either the Settings API endpoints or by using the built in API client for system settings.
You can find the client from API path /public/config.html, eg. if your API is running on port 8080 then the URL should be http://127.0.0.1:8080/public/config.html
If your API is configured to require authentication, then you need to provide either a root token or a settings-role token. Otherwise you can leave the access token field empty.
NB! while the API endpoints only take milliseconds and byte values for duration and size key values, then the web based client allows to use human readable numbers, so you can use 30d instead of 2592000000.