diff options
author | r <r@freesoftwareextremist.com> | 2020-02-02 11:42:13 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2020-02-02 11:42:13 +0000 |
commit | 9d2e24a7dedc311862f6c0b5c20e9f6eff221caf (patch) | |
tree | 866b2ea091abfcbddf94300973e954fe253a8086 | |
parent | 939bfe4c6360f044abdaa03a4384ad0365b8622f (diff) | |
download | bloat-9d2e24a7dedc311862f6c0b5c20e9f6eff221caf.tar.gz bloat-9d2e24a7dedc311862f6c0b5c20e9f6eff221caf.zip |
Update default config
-rw-r--r-- | bloat.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |