remove unnecessary slash after %FLOW_PATH_*%

This commit is contained in:
Robin Krahnen 2021-10-11 12:23:44 +02:00
parent 3fc0ddce1f
commit f324e8c0ca

View file

@ -3,4 +3,4 @@ Neos:
persistence:
backendOptions:
driver: "pdo_sqlite"
path: "%FLOW_PATH_DATA%/Temporary/testing.db"
path: "%FLOW_PATH_DATA%Temporary/testing.db"