mirror of
https://github.com/bplein/factorio-docker.git
synced 2024-11-28 08:58:42 +02:00
update example config
This commit is contained in:
parent
abe0c82a8e
commit
284e7f00b0
@ -7,9 +7,12 @@
|
|||||||
"max_players": 0,
|
"max_players": 0,
|
||||||
|
|
||||||
"_comment_visibility": ["public: Game will be published on the official Factorio matching server",
|
"_comment_visibility": ["public: Game will be published on the official Factorio matching server",
|
||||||
"lan: Game will be broadcast on LAN",
|
"lan: Game will be broadcast on LAN"],
|
||||||
"hidden: Game will not be published anywhere"],
|
"visibility":
|
||||||
"visibility": "public",
|
{
|
||||||
|
"public": true,
|
||||||
|
"lan": true
|
||||||
|
},
|
||||||
|
|
||||||
"_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
|
"_comment_credentials": "Your factorio.com login credentials. Required for games with visibility public",
|
||||||
"username": "",
|
"username": "",
|
||||||
@ -45,7 +48,7 @@
|
|||||||
"auto_pause": true,
|
"auto_pause": true,
|
||||||
|
|
||||||
"only_admins_can_pause_the_game": true,
|
"only_admins_can_pause_the_game": true,
|
||||||
|
|
||||||
"_comment_autosave_only_on_server": "Whether autosaves should be saved only on server or also on all connected clients. Default is true.",
|
"_comment_autosave_only_on_server": "Whether autosaves should be saved only on server or also on all connected clients. Default is true.",
|
||||||
"autosave_only_on_server": true,
|
"autosave_only_on_server": true,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user