mirror of
https://github.com/TheCommsChannel/TC2-APRS-BBS.git
synced 2025-02-05 09:55:27 -05:00
29 lines
1.2 KiB
INI
29 lines
1.2 KiB
INI
# This is the config file for the TC² APRS-BBS.
|
|
# Edit the values below to customize the behavior of the system.
|
|
|
|
[DEFAULT]
|
|
# MYCALL: The callsign of the BBS. This is the identifier used to communicate
|
|
# with the APRS network. Change it to your assigned ham radio callsign or a tactical callsign
|
|
# Note on tactical callsigns:
|
|
# Your FCC callsign will need to be transmitted every 10 minutes during operation if using a tactical call.
|
|
# This feature hasn't been implemented yet, so it is best to enter in your FCC call here until then.
|
|
MYCALL = BBS
|
|
|
|
# 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.
|
|
KISS_HOST = 127.0.0.1
|
|
|
|
# KISS_PORT: The port number used to connect to the KISS TNC.
|
|
# Ensure the port matches the configuration of your TNC.
|
|
KISS_PORT = 8001
|
|
|
|
# BULLETIN_EXPIRATION_DAYS: The number of days after which bulletins will
|
|
# automatically expire and be deleted from the database. Set to 0 to disable expiration.
|
|
BULLETIN_EXPIRATION_DAYS = 7
|
|
|
|
# APRS Path
|
|
APRS_PATH = WIDE1-1,WIDE2-1
|
|
|
|
# Enable or disable raw packet display (True or False)
|
|
RAW_PACKET_DISPLAY = True
|