Core/Network: Add option to allow/disallow saving IP addresses to database

Port From (https://github.com/TrinityCore/TrinityCore/commit/5afa32e9a7e944d5fbee620c31bf6e2939ec7c5d)
This commit is contained in:
hondacrx
2022-05-29 16:15:40 -04:00
parent 25102a2ee1
commit bf6fec2eb2
5 changed files with 55 additions and 11 deletions
+9
View File
@@ -1311,6 +1311,15 @@ FeatureSystem.CharacterUndelete.Cooldown = 2592000
FeatureSystem.WarMode.Enabled = 0
#
# AllowLoggingIPAddressesInDatabase
# Description: Specifies if IP addresses can be logged to the database
# Default: 1 - (Enabled)
# 0 - (Disabled)
#
AllowLoggingIPAddressesInDatabase = 1
#
###################################################################################################