From 7b59853956f90773d9ba42872185a618a03d8242 Mon Sep 17 00:00:00 2001 From: technofab Date: Sat, 16 Mar 2024 20:17:50 +0100 Subject: [PATCH] fix(attic): comment out token so the environment variable is always correctly used --- nixlets/attic/values.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixlets/attic/values.nix b/nixlets/attic/values.nix index fd11c2a..5faeee9 100644 --- a/nixlets/attic/values.nix +++ b/nixlets/attic/values.nix @@ -88,7 +88,7 @@ with lib; { # Set this to the Base64 encoding of some random data. # You can also set it via the `ATTIC_SERVER_TOKEN_HS256_SECRET_BASE64` environment # variable. - token-hs256-secret-base64 = "" + #token-hs256-secret-base64 = "" # Database connection [database]