Compare commits
2 Commits
8ac98455c5
...
51f87a960b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51f87a960b | ||
|
|
02b6459f14 |
@ -41,7 +41,6 @@ module:
|
||||
media_library: 0
|
||||
menu_link_content: 0
|
||||
menu_ui: 0
|
||||
mysql: 0
|
||||
node: 0
|
||||
nodepath_access: 0
|
||||
options: 0
|
||||
@ -53,6 +52,7 @@ module:
|
||||
settings_tray: 0
|
||||
shortcut: 0
|
||||
smtp: 0
|
||||
sqlite: 0
|
||||
system: 0
|
||||
taxonomy: 0
|
||||
text: 0
|
||||
|
||||
BIN
db/db.sqlite
BIN
db/db.sqlite
Binary file not shown.
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;
|
||||
$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'] = [
|
||||
'^www\.danchadwick\.dev$',
|
||||
'^danchadwick.dev',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user