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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user