aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bloat.conf4
1 files 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/