forked from Fediversity/Fediversity
have attic know it doesn't do https, for now
This commit is contained in:
parent
7655f6a38e
commit
5ccffb0621
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