attic: add trailing slash
This commit is contained in:
parent
86d3b13eaa
commit
3a860ba092
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
listen = "[::]:8200";
|
listen = "[::]:8200";
|
||||||
allowed-hosts = ["cache.flake.sh"];
|
allowed-hosts = ["cache.flake.sh"];
|
||||||
database.url = "postgres://attic:attic@100.94.214.100:5432/attic";
|
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;
|
require-proof-of-possession = false;
|
||||||
chunking = {
|
chunking = {
|
||||||
nar-size-threshold = 0;
|
nar-size-threshold = 0;
|
||||||
|
|
Loading…
Reference in a new issue