mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-10-31 18:57:16 +00:00
Update default config
This commit is contained in:
parent
939bfe4c63
commit
9d2e24a7de
|
@ -11,10 +11,10 @@
|
||||||
# Address to listen to. Value can be of "HOSTNAME:PORT" or "IP:PORT" form. In
|
# Address to listen to. Value can be of "HOSTNAME:PORT" or "IP:PORT" form. In
|
||||||
# case of empty HOSTNAME or IP, "0.0.0.0:PORT" is used.
|
# case of empty HOSTNAME or IP, "0.0.0.0:PORT" is used.
|
||||||
# Example: ":8080", "127.0.0.1:8080", "mydomain:8080"
|
# Example: ":8080", "127.0.0.1:8080", "mydomain:8080"
|
||||||
listen_address=:8080
|
listen_address=127.0.0.1:8080
|
||||||
|
|
||||||
# Name of the client.
|
# Name of the client.
|
||||||
client_name=web
|
client_name=bloat
|
||||||
|
|
||||||
# Mastodon scopes used by the client.
|
# Mastodon scopes used by the client.
|
||||||
# See https://docs.joinmastodon.org/api/oauth-scopes/
|
# See https://docs.joinmastodon.org/api/oauth-scopes/
|
||||||
|
|
Loading…
Reference in a new issue