fix: update Pantalaimon default port in README
All checks were successful
Docker CI/CD / Docker Build and Push to Docker Hub (push) Successful in 8m3s

Corrected the default port for Pantalaimon from 8010 to 8009 in the README documentation. This change aligns the documentation with the latest Pantalaimon configuration standards, ensuring that users setting up their homeserver URL in the bot's config.ini file use the correct port. This update is crucial for new users during initial setup to avoid connectivity issues.
This commit is contained in:
Kumi 2024-05-17 11:49:21 +02:00
parent ee7e866748
commit 9178ab23ac
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -74,7 +74,7 @@ sqlite3 database.db "SELECT 1"
# Optionally, create Pantalaimon config # Optionally, create Pantalaimon config
cp contrib/pantalaimon.example.conf pantalaimon.conf cp contrib/pantalaimon.example.conf pantalaimon.conf
# Edit the Pantalaimon config file to your needs # Edit the Pantalaimon config file to your needs
# Update your homeserver URL in the bot's config.ini to point to Pantalaimon (probably http://pantalaimon:8010 if you used the provided example config) # Update your homeserver URL in the bot's config.ini to point to Pantalaimon (probably http://pantalaimon:8009 if you used the provided example config)
# You can use `fetch_access_token.py` to get an access token for the bot # You can use `fetch_access_token.py` to get an access token for the bot
# Start the bot # Start the bot