mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix protocol config
This commit is contained in:
parent
13a43235df
commit
0c50530f5a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ account-domain: ""
|
||||||
# letsencrypt, it should still be https.
|
# letsencrypt, it should still be https.
|
||||||
# Options: ["http","https"]
|
# Options: ["http","https"]
|
||||||
# Default: "https"
|
# Default: "https"
|
||||||
protocol: "http"
|
protocol: "https"
|
||||||
|
|
||||||
# String. Address to bind the GoToSocial server to.
|
# String. Address to bind the GoToSocial server to.
|
||||||
# This can be an IPv4 address or an IPv6 address (surrounded in square brackets), or a hostname.
|
# This can be an IPv4 address or an IPv6 address (surrounded in square brackets), or a hostname.
|
||||||
|
|
Loading…
Reference in a new issue