Skip to content

Commit

Permalink
matrix: use client_base_url
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Apr 12, 2020
1 parent 5937f20 commit 68b5b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker-compose down
cat <<-EOF >> ${CHATONS_ROOT_DIR:-/srv/chatons}/${CHATONS_SERVICE:-matrix}/data/homeserver.yaml
public_baseurl: ${PROTOCOL}://${CHATONS_SERVICE:-matrix}.${CHATONS_DOMAIN:-localhost}
riot_base_url: "${PROTOCOL}://${RIOT_SUBDOMAIN:-riot}.${CHATONS_DOMAIN:-localhost}"
client_base_url: "${PROTOCOL}://${RIOT_SUBDOMAIN:-riot}.${CHATONS_DOMAIN:-localhost}"
email:
enable_notifs: false
Expand Down

0 comments on commit 68b5b43

Please sign in to comment.