Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
A Frederick Christensen committed Oct 20, 2022
1 parent 85a3b8b commit a051d38
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ you can build from source:
2. Build with `go build -o mautrix-syncproxy`. The resulting executable will be
in the current directory named `mautrix-syncproxy`.

Configuring is done via environment variables.
Configuring is done via .yaml configuration file or via environment variables.

If using a configuration file, see the included example-config.yaml, and pass
`-config CONFIGURATION_FILENAME.yaml` on the command line.

If using environment variables (convenient for running syncproxy in docker):

* `LISTEN_ADDRESS` - The address where to listen.
* `HOMESERVER_URL` - The address to Synapse. If using workers, it is sufficient
Expand Down

0 comments on commit a051d38

Please sign in to comment.