wildduck/docs/in-depth/default-values.md
Andris Reinman c9514e7689 typo
2021-09-05 15:43:06 +03:00

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.

Defaults Screenshot

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.