mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
40 lines
No EOL
921 B
Properties
40 lines
No EOL
921 B
Properties
# Horse Isle Server Default Configuration File
|
|
|
|
# Ip address the server will bind to (default: 0.0.0.0 ALL INTERFACES)
|
|
ip=0.0.0.0
|
|
# Port the server will bind to (default: 12321)
|
|
port=12321
|
|
|
|
# MariaDB Database
|
|
db_ip=127.0.0.1
|
|
db_name=beta
|
|
db_username=root
|
|
db_password=test123
|
|
db_port=3306
|
|
|
|
# Map Data
|
|
map=HI1.MAP
|
|
|
|
# JSON Format Data
|
|
|
|
gamedata=gamedata.json
|
|
|
|
# Cross-Domain Policy File
|
|
crossdomain=CrossDomainPolicy.xml
|
|
|
|
# Red Text Stating "Todays Note:"
|
|
motd=April 11, 2020. New breed, Camarillo White Horse. Two new quests.
|
|
|
|
# Chat Filter Settings
|
|
|
|
# Wether to block 'bad' words
|
|
# ex 'Fuck You!' gets blocked
|
|
enable_word_filter=true
|
|
|
|
# Wether to expand slang.
|
|
# ex 'lol' becomes '*laughing out loud!*'
|
|
# (NOTE: This feature is also used to filter some less-'bad' words disabling it will allow users to say them!)
|
|
enable_corrections=true
|
|
|
|
# Should print extra debug logs
|
|
debug=false |