attic: add trailing slash

This commit is contained in:
notohh 2024-01-06 23:47:48 -05:00
parent 86d3b13eaa
commit 3a860ba092
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -14,7 +14,7 @@
listen = "[::]:8200";
allowed-hosts = ["cache.flake.sh"];
database.url = "postgres://attic:attic@100.94.214.100:5432/attic";
api-endpoint = "https://cache.flake.sh";
api-endpoint = "https://cache.flake.sh/";
require-proof-of-possession = false;
chunking = {
nar-size-threshold = 0;