Changes.
This commit is contained in:
parent
02b6459f14
commit
51f87a960b
@ -41,7 +41,6 @@ module:
|
|||||||
media_library: 0
|
media_library: 0
|
||||||
menu_link_content: 0
|
menu_link_content: 0
|
||||||
menu_ui: 0
|
menu_ui: 0
|
||||||
mysql: 0
|
|
||||||
node: 0
|
node: 0
|
||||||
nodepath_access: 0
|
nodepath_access: 0
|
||||||
options: 0
|
options: 0
|
||||||
@ -53,6 +52,7 @@ module:
|
|||||||
settings_tray: 0
|
settings_tray: 0
|
||||||
shortcut: 0
|
shortcut: 0
|
||||||
smtp: 0
|
smtp: 0
|
||||||
|
sqlite: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
text: 0
|
text: 0
|
||||||
|
|||||||
BIN
web/db/db.sqlite
BIN
web/db/db.sqlite
Binary file not shown.
@ -895,14 +895,6 @@
|
|||||||
$config['image.settings']['allow_insecure_derivatives'] = TRUE;
|
$config['image.settings']['allow_insecure_derivatives'] = TRUE;
|
||||||
$settings['config_sync_directory'] = '../config/default';
|
$settings['config_sync_directory'] = '../config/default';
|
||||||
|
|
||||||
if (str_contains($_SERVER['SERVER_NAME'], 'danchadwickdesign.com')) {
|
|
||||||
$config["config_split.config_split.production"]["status"] = TRUE;
|
|
||||||
$settings['trusted_host_patterns'] = [
|
|
||||||
'^www\.danchadwickdesign.com\.com$',
|
|
||||||
'danchadwickdesign.com',
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
$settings['trusted_host_patterns'] = [
|
$settings['trusted_host_patterns'] = [
|
||||||
'^www\.danchadwick\.dev$',
|
'^www\.danchadwick\.dev$',
|
||||||
'^danchadwick.dev',
|
'^danchadwick.dev',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user