Skip to content

Commit 50fc945

Browse files
committed
wip
1 parent 3471b62 commit 50fc945

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,18 @@ public function run(): void
156156
Please [consider sponsoring](https://github.com/cachethq/cachet?sponsor=1) the continued development of Cachet.
157157
ABOUT;
158158
$appSettings->name = 'Cachet v3.x Demo';
159+
$appSettings->refresh_rate = null;
160+
$appSettings->show_support = true;
161+
$appSettings->show_timezone = true;
162+
$appSettings->only_disrupted_days = false;
159163
$appSettings->save();
160164

161165
$customizationSettings = app(CustomizationSettings::class);
162166
$customizationSettings->header = <<<'HTML'
163167
<script src="https://cdn.usefathom.com/script.js" data-site="NQKCLYJJ" defer></script>
164168
HTML;
169+
$customizationSettings->footer = '';
170+
$customizationSettings->stylesheet = '';
165171
$customizationSettings->save();
166172
}
167173
}

0 commit comments

Comments
 (0)