akashi-esquizolandia/bin/config_sample/config.ini
MangosArentLiterature 4f7d5cd045 Discord webhook refactor
Completely refactors the Discord class, breaking it up into separate functions and slots, removing circular dependencies, and replacing most pointers with const references.
2021-06-17 19:21:37 -05:00

43 lines
815 B
INI

[Info]
version=1
[Options]
advertise=true
max_players=100
ms_ip=master.aceattorneyonline.com
ms_port=27016
port=27016
server_description=This is a placeholder server description. Tell the world of AO who you are here!
server_name=An Unnamed Server
motd=MOTD is not set.
webao_enable=true
webao_port=27017
auth=simple
modpass=changeme
logbuffer=500
logging=modcall
maximum_statements=10
multiclient_limit=15
maximum_characters=256
message_floodguard=250
asset_url=Your WebAO asset url here.
[Dice]
max_value=100
max_dice=100
[Discord]
webhook_enabled=false
webhook_url=
webhook_sendfile=false
webhook_content=
[Password]
password_requirements = true
pass_min_length = 8
pass_max_length = 0
pass_required_mix_case = true
pass_required_numbers = true
pass_required_special = true
pass_can_contain_username = false