From a84232811dadccf7047424f27340a7f9847bedff Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 7 Dec 2024 21:44:42 +0000 Subject: many many changes but actors are loaded from db now --- WpfTest/GlobalConfig.php | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'WpfTest/GlobalConfig.php') diff --git a/WpfTest/GlobalConfig.php b/WpfTest/GlobalConfig.php index 4bbfe68..03cfe6f 100644 --- a/WpfTest/GlobalConfig.php +++ b/WpfTest/GlobalConfig.php @@ -1,25 +1,16 @@ getCanonicalHost(); // fix this? + return 'http://' . $this->getCanonicalHost(); // FIXME: don't hardcode http + } + + public function shouldReportTraces(): bool { + return true; // FIXME: don't hardcode } } \ No newline at end of file -- cgit v1.3