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:
154
154
# lets the game know if you want to load the latest save
155
155
load_latest_save : true
156
156
157
-
158
157
import_save :
159
- # enable save importer
158
+ # enable save importer
160
159
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"
163
162
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
165
164
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
167
166
reimport_every_time : false
168
167
169
168
# # @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