have attic know it doesn't do https, for now

This commit is contained in:
Kiara Grouwstra 2025-07-09 11:56:54 +02:00
parent 7655f6a38e
commit 5ccffb0621
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -152,7 +152,7 @@ in
# #
# The API endpoint _must_ end with a slash (e.g., `https://domain.tld/attic/` # The API endpoint _must_ end with a slash (e.g., `https://domain.tld/attic/`
# not `https://domain.tld/attic`). # not `https://domain.tld/attic`).
api-endpoint = "https://${config.fediversity.attic.domain}/"; api-endpoint = "http://${config.fediversity.attic.domain}/";
# Whether to soft-delete caches # Whether to soft-delete caches
# #