mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
Del dupe config example
This commit is contained in:
parent
2c6ba680dc
commit
c5100d741a
1 changed files with 0 additions and 46 deletions
|
@ -66,49 +66,3 @@ Example:
|
||||||
|
|
||||||
### FTN/BSO Scanner Tosser
|
### FTN/BSO Scanner Tosser
|
||||||
Please see the [FTN/BSO Scanner/Tosser](bso-import-export.md) documentation for information on this area.
|
Please see the [FTN/BSO Scanner/Tosser](bso-import-export.md) documentation for information on this area.
|
||||||
|
|
||||||
Example:
|
|
||||||
```hjson
|
|
||||||
scannerTossers: {
|
|
||||||
ftn_bso: {
|
|
||||||
schedule: {
|
|
||||||
// Check every 30m, or whenever the "toss!.now" file is touched (ie: by Binkd)
|
|
||||||
import: every 30 minutes or @watch:/enigma-bbs/mail/ftn_in/toss!.now
|
|
||||||
|
|
||||||
// Export immediately, but also check every 15m to be sure
|
|
||||||
export: every 15 minutes or @immediate
|
|
||||||
}
|
|
||||||
|
|
||||||
// optional
|
|
||||||
paths: {
|
|
||||||
reject: /path/to/store/bad/packets/
|
|
||||||
retain: /path/to/store/good/packets/
|
|
||||||
}
|
|
||||||
|
|
||||||
// Override default FTN/BSO packet encoding. Defaults to 'utf8'
|
|
||||||
packetMsgEncoding: utf8
|
|
||||||
|
|
||||||
defaultNetwork: fsxnet
|
|
||||||
|
|
||||||
nodes: {
|
|
||||||
"21:1/100" : { // May also contain wildcards, ie: "21:1/*"
|
|
||||||
archiveType: ZIP // By-ext archive type: ZIP, ARJ, ..., optional.
|
|
||||||
encoding: utf8 // Encoding for exported messages
|
|
||||||
packetPassword: MUHPA55 // FTN .PKT password, optional
|
|
||||||
|
|
||||||
tic: {
|
|
||||||
// See TIC docs
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
netMail: {
|
|
||||||
// See NetMail docs
|
|
||||||
}
|
|
||||||
|
|
||||||
ticAreas: {
|
|
||||||
// See TIC docs
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
Loading…
Add table
Add a link
Reference in a new issue