From 9d2e24a7dedc311862f6c0b5c20e9f6eff221caf Mon Sep 17 00:00:00 2001 From: r Date: Sun, 2 Feb 2020 11:42:13 +0000 Subject: Update default config --- bloat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bloat.conf b/bloat.conf index 2ba265a..e4ea384 100644 --- a/bloat.conf +++ b/bloat.conf @@ -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/ -- cgit v1.2.3