mirror of
https://git.zavage.net/Zavage-Software/smileyface.git
synced 2025-04-19 09:49:21 -06:00
25 lines
833 B
Python
25 lines
833 B
Python
[app]
|
|
project_dir = string(max=255, default='')
|
|
|
|
config_dir = string(max=255, default='')
|
|
|
|
download_url = string(max=255, default='https://s3.amazonaws.com/unrealtournament/ShippedBuilds/%2B%2BUT%2BRelease-Next-CL-3525360/UnrealTournament-Server-XAN-3525360-Linux.zip')
|
|
|
|
download_filename = string(max=255, default='UnrealTournament-Server-XAN-3525360-Linux.zip')
|
|
|
|
download_md5 = string(max=255, default='cad730ad6793ba6261f9a341ad7396eb')
|
|
|
|
skip_validate = boolean(default=False)
|
|
|
|
redirect_protocol = string(max=255, default='')
|
|
|
|
redirect_url = string(max=255, default='')
|
|
|
|
remote_game_host = string(max=255, default='')
|
|
|
|
remote_game_directory = string(max=255, default='')
|
|
|
|
remote_redirect_host = string(max=255, default='')
|
|
|
|
[logging]
|