fix(attic): comment out token so the environment variable is always correctly used

This commit is contained in:
technofab 2024-03-16 20:17:50 +01:00
parent ff98c7e3b5
commit 7b59853956

View file

@ -88,7 +88,7 @@ with lib; {
# Set this to the Base64 encoding of some random data. # Set this to the Base64 encoding of some random data.
# You can also set it via the `ATTIC_SERVER_TOKEN_HS256_SECRET_BASE64` environment # You can also set it via the `ATTIC_SERVER_TOKEN_HS256_SECRET_BASE64` environment
# variable. # variable.
token-hs256-secret-base64 = "" #token-hs256-secret-base64 = ""
# Database connection # Database connection
[database] [database]