diff options
author | binary <me@rgoncalves.se> | 2021-03-25 21:39:06 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-25 21:39:06 +0100 |
commit | 3ace280acec54508dcd1ab9964fa57a47fb752f5 (patch) | |
tree | ba905644bbd331f61b2219de8af32b3af51e281c /roles/factorio/files | |
parent | 376743ac96ee505fa967af675034fb796835b2e9 (diff) | |
download | infrastructure-3ace280acec54508dcd1ab9964fa57a47fb752f5.tar.gz |
Fix alpine quirks automatically
Diffstat (limited to 'roles/factorio/files')
-rw-r--r-- | roles/factorio/files/server-settings.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/roles/factorio/files/server-settings.json b/roles/factorio/files/server-settings.json deleted file mode 100644 index 71d8a9e..0000000 --- a/roles/factorio/files/server-settings.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "<rgoncalves.se> coal factory D:", - "description": "We need more coal", - "tags": ["game", "tags"], - - "max_players": 8, - - "visibility": - { - "public": false, - "lan": true - }, - - "username": "", - "password": "", - "token": "", - - "game_password": "", - "require_user_verification": true, - - "max_upload_in_kilobytes_per_second": 0, - "max_upload_slots": 5, - - "minimum_latency_in_ticks": 0, - "ignore_player_limit_for_returning_players": false, - - "allow_commands": "admins-only", - "autosave_interval": 10, - "autosave_slots": 5, - - "afk_autokick_interval": 10, - "auto_pause": true, - - "only_admins_can_pause_the_game": true, - "non_blocking_saving": false, - - "minimum_segment_size": 25, - "minimum_segment_size_peer_count": 20, - "maximum_segment_size": 100, - "maximum_segment_size_peer_count": 10 -} |