We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f61c2 commit 6465066Copy full SHA for 6465066
web/sites/example.settings.local.php
@@ -153,3 +153,13 @@
153
* the language or field module.
154
*/
155
# $settings['config_exclude_modules'] = ['devel', 'stage_file_proxy'];
156
+#
157
+
158
159
+// web/sites/default/settings.local.php
160
161
+$settings['file_chmod_directory'] = 0777;
162
+$settings['file_chmod_file'] = 0666;
163
164
+$settings['trusted_host_patterns'] = ['^os2forms8.docksal$', '^localhost$'];
165
+$settings['trusted_host_patterns'] = ['^os2forms8-dev.docksal$', '^localhost$'];
0 commit comments