aboutsummaryrefslogtreecommitdiff
path: root/bloat.conf
diff options
context:
space:
mode:
authorr <r@freesoftwareextremist.com>2020-02-02 11:42:13 +0000
committerr <r@freesoftwareextremist.com>2020-02-02 11:42:13 +0000
commit9d2e24a7dedc311862f6c0b5c20e9f6eff221caf (patch)
tree866b2ea091abfcbddf94300973e954fe253a8086 /bloat.conf
parent939bfe4c6360f044abdaa03a4384ad0365b8622f (diff)
downloadbloat-9d2e24a7dedc311862f6c0b5c20e9f6eff221caf.tar.gz
bloat-9d2e24a7dedc311862f6c0b5c20e9f6eff221caf.zip
Update default config
Diffstat (limited to 'bloat.conf')
-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/