plausible: use longer secret key base

This commit is contained in:
Payas Relekar 2023-06-05 05:09:37 +05:30
parent f0e8835d25
commit 65c0c66ad3

View file

@ -126,7 +126,7 @@
enable = true;
releaseCookiePath = "/run/agenix/chatgpt_api_key";
server = {
secretKeybaseFile = "/run/agenix/chatgpt_api_key";
secretKeybaseFile = "/run/agenix/enterprise-nix-cache-key-sec";
disableRegistration = true;
port = 13231;
baseUrl = "https://analytics.bhankas.org";