mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-12 01:50:05 +01:00
fix(attic): comment out token so the environment variable is always correctly used
This commit is contained in:
parent
ff98c7e3b5
commit
7b59853956
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue