File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
charts/factorio-server-charts Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -154,16 +154,15 @@ factorioServer:
154154 # lets the game know if you want to load the latest save
155155 load_latest_save : true
156156
157-
158157import_save :
159- # enable save importer
158+ # enable save importer
160159 enabled : true
161- # url to download save from (http or https only).
162- # if no url is specified, saves can still be manually imported by placing the file in "/factorio/save-importer/import"
160+ # url to download save from (http or https only).
161+ # if no url is specified, saves can still be manually imported by placing the file in "/factorio/save-importer/import"
163162 source_url : " "
164- # reimport from the source_url if the checksum of the file changes
163+ # reimport from the source_url if the checksum of the file changes
165164 reimport_on_change : false
166- # reimport from the source_url AND OVERWRITE PREVIOUS SAVE every time pod is initialized. good for demos or testing
165+ # reimport from the source_url AND OVERWRITE PREVIOUS SAVE every time pod is initialized. good for demos or testing
167166 reimport_every_time : false
168167
169168# # @param account.accountSecret Existing secret containing a valid factorio.com username and either a password or a token (or both)
You can’t perform that action at this time.
0 commit comments