Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 953a079

Browse files
alexsenatoree0ipso
authored andcommitted
fix: change default temporary path to a relative one (#326)
In case of installation on Windows, having absolute path "/tmp" as default value causes that CSS, JS files are not generated properly and the theme is not rendered correctly.
1 parent 7455f72 commit 953a079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/sync/system.file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allow_insecure_uploads: false
22
default_scheme: public
33
path:
4-
temporary: /tmp
4+
temporary: sites/default/files/tmp
55
temporary_maximum_age: 21600

0 commit comments

Comments
 (0)