github.com/rothskeller/wppsvr@v1.8.9/analyze/testdata/config.yaml (about) 1 # Configuration for packet-checkins 2 3 # This section defines the configuration for each BBS. 4 bbses: 5 W1XSC: 6 transport: kpc3plus 7 ax25: W1XSC-1 8 W2XSC: 9 transport: kpc3plus 10 ax25: W2XSC-1 11 W3XSC: 12 transport: kpc3plus 13 ax25: W3XSC-1 14 W4XSC: 15 transport: kpc3plus 16 ax25: W4XSC-1 17 18 # This is the minimum acceptable version of PackItForms. 19 minPIFOVersion: 3.2 # 161G: 3.9 20 21 # This section defines the characteristics of the message types. All message 22 # types must be defined except "plain", which is optional. Each message type 23 # has the following keys: 24 # - minimumVersion: the minimum acceptable version of the form (required) 25 # - noPracticeInfo: set to true if messages of this type aren't expected to 26 # have "Practice ..." information in their subject line. 27 # - handlingOrder: expected handling order for messages of this type 28 # (optional). Possible values are "computed" (for ICS213 and EOC213RR 29 # only), "IMMEDIATE", "PRIORITY", or "ROUTINE". 30 # - toICSPosition and toLocation: expected destination for messages of this 31 # type (optional list of acceptable values). 32 messageTypes: 33 AHFacStat: 34 minimumVersion: 2.2 # 161G: 2.3 35 handlingOrder: ROUTINE 36 toICSPosition: 37 - EMS Unit 38 - Public Health Unit 39 - Medical Health Branch 40 - Operations Section 41 toLocation: 42 - MHJOC 43 - County EOC 44 Check-In: 45 minimumVersion: n/a 46 Check-Out: 47 minimumVersion: n/a 48 DELIVERED: 49 minimumVersion: n/a 50 EOC213RR: 51 minimumVersion: 2.3 # 161G: 2.3 52 handlingOrder: computed # based on priority in form 53 toICSPosition: 54 - Planning Section 55 toLocation: 56 - County EOC 57 ICS213: 58 minimumVersion: 2.1 # 161G: 2.2 59 handlingOrder: computed # based on severity in form 60 JurisStat: 61 minimumVersion: 2.1 # 161G: 2.2 62 handlingOrder: IMMEDIATE 63 toICSPosition: 64 - Situation Analysis Unit 65 - Planning Section 66 toLocation: 67 - County EOC 68 MuniStat: 69 minimumVersion: 2.1 # 161G: gone 70 handlingOrder: IMMEDIATE 71 toICSPosition: 72 - Situation Analysis Unit 73 - Planning Section 74 toLocation: 75 - County EOC 76 RACES-MAR: 77 minimumVersion: 2.1 # 161G: 2.3 78 handlingOrder: ROUTINE 79 toICSPosition: 80 - RACES Chief Radio Officer 81 - RACES Unit 82 - Operations Section 83 toLocation: 84 - County EOC 85 READ: 86 minimumVersion: n/a 87 SheltStat: 88 minimumVersion: 2.1 # 161G: 2.2 89 handlingOrder: PRIORITY 90 toICSPosition: 91 - Mass Care and Shelter Unit 92 - Care and Shelter Branch 93 - Operations Section 94 95 serverURL: https://none 96 listenAddr: none 97 98 # These are the details for sending email messages via SMTP (e.g. for reports). 99 smtp: 100 from: x@x.com 101 server: x:25 102 username: x 103 password: x