mirror of
https://github.com/TheCommsChannel/TC2-APRS-BBS.git
synced 2025-06-20 12:14:18 -04:00
Update example_config.ini
This commit is contained in:
parent
991e422ed4
commit
e0bc70d2f4
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ MYCALL = BBS
|
||||||
|
|
||||||
# KISS_HOST: The hostname or IP address of the KISS TNC (Terminal Node Controller)
|
# KISS_HOST: The hostname or IP address of the KISS TNC (Terminal Node Controller)
|
||||||
# used for APRS communications. Typically, this is a local device or a remote server.
|
# used for APRS communications. Typically, this is a local device or a remote server.
|
||||||
KISS_HOST = 192.168.1.94
|
KISS_HOST = 127.0.0.1
|
||||||
|
|
||||||
# KISS_PORT: The port number used to connect to the KISS TNC.
|
# KISS_PORT: The port number used to connect to the KISS TNC.
|
||||||
# Ensure the port matches the configuration of your TNC.
|
# Ensure the port matches the configuration of your TNC.
|
||||||
|
@ -25,4 +25,4 @@ BULLETIN_EXPIRATION_DAYS = 7
|
||||||
APRS_PATH = WIDE1-1,WIDE2-1
|
APRS_PATH = WIDE1-1,WIDE2-1
|
||||||
|
|
||||||
# Enable or disable raw packet display (True or False)
|
# Enable or disable raw packet display (True or False)
|
||||||
RAW_PACKET_DISPLAY = True
|
RAW_PACKET_DISPLAY = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue