Update plausible base url.

main
Joshua Potter 2024-01-10 12:29:16 -07:00
parent ae4de597e3
commit 7bd90fd202
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
passwordFile = "/run/secrets/PLAUSIBLE_ADMIN_PWD";
};
server = {
baseUrl = "http://analytics.jrpotter.com";
baseUrl = "https://analytics.jrpotter.com";
secretKeybaseFile = "/run/secrets/PLAUSIBLE_SECRET_KEY_BASE";
};
};