ansible/roles/terraria/templates/config

14 lines
444 B
Plaintext

# This configuration file is deployed via Ansible
# Changes made here will be overwritten!
maxplayers=8
world={{ terraria_root }}/{{ terraria_name }}/worlds/world.wld
port={{ terraria_port }}
password={{ terraria_password }}
motd={{ terraria_motd }}
worldpath={{ terraria_root }}/{{ terraria_name }}/worlds
autocreate={{ terraria_worldsize }}
difficulty={{ terraria_difficulty }}
worldname={{ terraria_worldname }}
banlist=banlist.txt
secure=1