mirror of
https://github.com/unraid/api.git
synced 2025-12-31 05:29:48 -06:00
fix(api): dynamix notifications dir during development (#1216)
In the `[notify]` section of the ./dev/dynamix config, updated the path from "/app/dev/notifications" to "./dev/notifications" to fix notification crud in local, non-docker development.
This commit is contained in:
@@ -32,5 +32,5 @@ display="0"
|
||||
date="d-m-Y"
|
||||
time="H:i"
|
||||
position="top-right"
|
||||
path="/app/dev/notifications"
|
||||
path="./dev/notifications"
|
||||
system="*/1 * * * *"
|
||||
Reference in New Issue
Block a user