forked from fediversity/fediversity
have attic know it doesn't do https, for now
This commit is contained in:
parent
b6a2b209e1
commit
25b8ba4aee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue