1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

storage: $ can be used in place of : in filestore path (#449)

This commit is contained in:
James Hillyerd
2023-11-30 19:45:26 -08:00
committed by GitHub
parent f0473c5d65
commit e6e4e0987d
3 changed files with 59 additions and 16 deletions

View File

@@ -442,7 +442,8 @@ separated list of key:value pairs.
#### `file` type parameters
- `path`: Operating system specific path to the directory where mail should be
stored.
stored. `$` characters will be replaced with `:` in the final path value,
allowing Windows drive letters, i.e. `D$\inbucket`.
#### `memory` type parameters