Update default config

This commit is contained in:
r 2020-02-02 11:42:13 +00:00
parent 939bfe4c63
commit 9d2e24a7de
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
# 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.
# Example: ":8080", "127.0.0.1:8080", "mydomain:8080"
listen_address=:8080
listen_address=127.0.0.1:8080
# Name of the client.
client_name=web
client_name=bloat
# Mastodon scopes used by the client.
# See https://docs.joinmastodon.org/api/oauth-scopes/