Hi.
I got the tsviewdb up and running on my local installation of webpagetest, but I’m wondering how it actually intergrates.
I’ve added
tsviewdb=http://localhost:8080/src/v1/wpt
to settings.ini
(“src” instead of “data”)
This works:
curl -X PUT ‘localhost:8080/src/v1/testdir/testsubdir/testdata’
And i can retrive that empty dataset.
But how do I get it to work with webpagetest? How is it supposed to work?