mystic/dbp/dbp.ini

63 lines
1.4 KiB
INI
Raw Permalink Normal View History

2024-04-22 13:35:29 +02:00
[General]
2023-01-08 11:57:13 +01:00
Ip2Location=false
MisLog=false
2023-01-25 16:28:09 +01:00
PollLog=false
2023-01-08 11:57:13 +01:00
ErrorLog=false
NodeLog=false
MutilLog=false
MrcChatLog=false
2024-04-20 14:18:20 +02:00
MrcServerLog=false
2023-01-08 11:57:13 +01:00
BanUnbanIP=false
BaseDir=@MYSTIC_DIR@
2024-05-11 08:46:10 +02:00
; Logfile Format not implemented at the moment ist hardcoded to YYYYMMDD
2023-01-08 12:48:38 +01:00
LogFileFormat=YYYY-MM-DD
2023-01-08 11:57:13 +01:00
[Ip2Location]
; Pleas Create an Free Account at https://lite.ip2location.com/ and fill in the Token
; if you Buy the the Service you can CHange the Database to reflect your purchase.
2024-05-11 08:46:10 +02:00
; But chose the BIN Version for the download
2023-01-08 11:57:13 +01:00
Token=PleasePutTokenHere
2023-01-08 12:48:38 +01:00
Database=DB1LITEBIN
2023-01-08 11:57:13 +01:00
[MisLog]
; Set maximum days of logs to keep for the Mis Daemon
RetentionTime=7
2023-01-08 11:57:13 +01:00
2023-01-25 16:28:09 +01:00
[PollLog]
; Set maximum days of logs to keep for the Mis Poll
RetentionTime=7
2023-01-08 11:57:13 +01:00
[ErrorLog]
; Set maximum days of logs to keep for the Error Log
RetentionTime=7
2023-01-08 11:57:13 +01:00
[NodeLog]
; Set maximum days of logs to keep for the Node Processes
RetentionTime=7
; Set the Maximum Number of Node instances to the same Value as in "Servers->General Options->Max BBS Nodes"
MaxNodes=32
2023-01-08 11:57:13 +01:00
[MutilLog]
; Set maximum days of logs to keep for the Mutil Process
RetentionTime=7
2023-01-08 11:57:13 +01:00
[MrcChatLog]
; Set maximum days of logs to keep for the Multi Relay Chat
RetentionTime=7
[MrcServerLog]
; Set maximum days of logs to keep for the Multi Relay Chat Server
RetentionTime=7
2023-01-08 11:57:13 +01:00
[BanUnbanIP]
2023-01-14 11:32:27 +01:00
;Set the banning Service to fail2ban or ipban
; depends on what you seleted in the install stage
BanningService=fail2ban
;Also unban in Mystic when using the unban
UnbanInMystic=true